mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -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;
|
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;
|
bool IsSnapshotActive() const;
|
||||||
|
|
||||||
std::optional<uint256> SnapshotBlockhash() const;
|
std::optional<uint256> SnapshotBlockhash() const;
|
||||||
|
|
Loading…
Add table
Reference in a new issue