![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
Undo information for a CBlock. More...
#include <main.h>
Collaboration diagram for CBlockUndo:Public Member Functions | |
| IMPLEMENT_SERIALIZE (READWRITE(vtxundo);) bool WriteToDisk(CDiskBlockPos &pos | |
Public Attributes | |
| std::vector< CTxUndo > | vtxundo |
| const uint256 &hashBlock CAutoFile | fileout = CAutoFile(OpenUndoFile(pos), SER_DISK, CLIENT_VERSION) |
| const uint256& hashBlock CAutoFile CBlockUndo::fileout = CAutoFile(OpenUndoFile(pos), SER_DISK, CLIENT_VERSION) |
| std::vector<CTxUndo> CBlockUndo::vtxundo |
Definition at line 330 of file main.h.
Referenced by ConnectBlock(), and DisconnectBlock().
1.8.8