mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
doc: IsSnapshotActive
This commit is contained in:
parent
9b604c0207
commit
844ad0ecca
1 changed files with 2 additions and 0 deletions
|
@ -919,6 +919,8 @@ public:
|
|||
return m_blockman.m_block_index;
|
||||
}
|
||||
|
||||
//! @returns true if a snapshot-based chainstate is in use. Also implies
|
||||
//! that a background validation chainstate is also in use.
|
||||
bool IsSnapshotActive() const;
|
||||
|
||||
std::optional<uint256> SnapshotBlockhash() const;
|
||||
|
|
Loading…
Reference in a new issue