Merge 8d19d688f4 into merged_master (Bitcoin PR bitcoin/bitcoin#29738)

This commit is contained in:
ivanlele 2026-02-17 10:41:54 +00:00
commit fd63311b9c
No known key found for this signature in database
8 changed files with 8 additions and 8 deletions

View file

@ -6393,7 +6393,7 @@ bool ChainstateManager::PopulateAndValidateSnapshot(
CBlockIndex* index = nullptr;
// Don't make any modifications to the genesis block since it shouldn't be
// neccessary, and since the genesis block doesn't have normal flags like
// necessary, and since the genesis block doesn't have normal flags like
// BLOCK_VALID_SCRIPTS set.
constexpr int AFTER_GENESIS_START{1};