Merge 40c11ac318 into merged_master (Bitcoin PR bitcoin/bitcoin#30624)

This commit is contained in:
ivanlele 2026-03-12 14:32:13 +00:00
commit 07a5840843
No known key found for this signature in database
3 changed files with 2 additions and 5 deletions

View file

@ -6013,7 +6013,7 @@ void ChainstateManager::CheckBlockIndex()
// and the transactions were not pruned (pindexFirstMissing
// is null), it is a potential candidate. The check
// excludes pruned blocks, because if any blocks were
// pruned between pindex the current chain tip, pindex will
// pruned between pindex and the current chain tip, pindex will
// only temporarily be added to setBlockIndexCandidates,
// before being moved to m_blocks_unlinked. This check
// could be improved to verify that if all blocks between