Skip to content

Commit 844ad0e

Browse files
committed
doc: IsSnapshotActive
1 parent 9b604c0 commit 844ad0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/validation.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,8 @@ class ChainstateManager
919919
return m_blockman.m_block_index;
920920
}
921921

922+
//! @returns true if a snapshot-based chainstate is in use. Also implies
923+
//! that a background validation chainstate is also in use.
922924
bool IsSnapshotActive() const;
923925

924926
std::optional<uint256> SnapshotBlockhash() const;

0 commit comments

Comments
 (0)