We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reliesOnAssumedValid
1 parent d4a11ab commit a733dd7Copy full SHA for a733dd7
src/validation.h
@@ -561,10 +561,6 @@ class Chainstate
561
*/
562
const CBlockIndex* SnapshotBase() EXCLUSIVE_LOCKS_REQUIRED(::cs_main);
563
564
- //! Return true if this chainstate relies on blocks that are assumed-valid. In
565
- //! practice this means it was created based on a UTXO snapshot.
566
- bool reliesOnAssumedValid() { return m_from_snapshot_blockhash.has_value(); }
567
-
568
/**
569
* The set of all CBlockIndex entries with either BLOCK_VALID_TRANSACTIONS (for
570
* itself and all ancestors) *or* BLOCK_ASSUMED_VALID (if using background
0 commit comments