mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02: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…
Add table
Add a link
Reference in a new issue