![]() |
Bitcoin ABC 0.32.4
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, avalanche::Processor *const avalanche, const CBlockIndex &index) | |
| ~TemporaryRollback () | |
Private Attributes | |
| ChainstateManager & | m_chainman |
| avalanche::Processor *const | m_avalanche |
| 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 2682 of file blockchain.cpp.
|
inline |
|
inline |
|
private |
Definition at line 2684 of file blockchain.cpp.
|
private |
Definition at line 2683 of file blockchain.cpp.
|
private |
Definition at line 2685 of file blockchain.cpp.