Bitcoin Core 28.99.0
P2P Digital Currency
|
RAII class that temporarily rolls back the local chain in it's constructor and rolls it forward again in it's destructor. More...
Public Member Functions | |
TemporaryRollback (ChainstateManager &chainman, const CBlockIndex &index) | |
~TemporaryRollback () | |
Private Attributes | |
ChainstateManager & | m_chainman |
const CBlockIndex & | m_invalidate_index |
RAII class that temporarily rolls back the local chain in it's constructor and rolls it forward again in it's destructor.
Definition at line 2922 of file blockchain.cpp.
|
inline |
|
inline |
|
private |
Definition at line 2924 of file blockchain.cpp.
|
private |
Definition at line 2925 of file blockchain.cpp.