RAII class that registers a prune lock in its constructor to prevent block data from being pruned, and removes it in its destructor.
More...
|
| static constexpr const char * | LOCK_NAME {"dumptxoutset-rollback"} |
| |
RAII class that registers a prune lock in its constructor to prevent block data from being pruned, and removes it in its destructor.
Definition at line 3050 of file blockchain.cpp.
◆ TemporaryPruneLock()
| TemporaryPruneLock::TemporaryPruneLock |
( |
BlockManager & |
blockman, |
|
|
int |
height |
|
) |
| |
|
inline |
◆ ~TemporaryPruneLock()
| TemporaryPruneLock::~TemporaryPruneLock |
( |
| ) |
|
|
inline |
◆ LOCK_NAME
| constexpr const char* TemporaryPruneLock::LOCK_NAME {"dumptxoutset-rollback"} |
|
staticconstexprprivate |
◆ m_blockman
The documentation for this class was generated from the following file: