Merge b304b65782 into merged_master (Bitcoin PR bitcoin/bitcoin#24359)

This commit is contained in:
Byron Hambly 2023-06-30 17:50:25 +00:00
commit eb78939513
3 changed files with 3 additions and 3 deletions

View file

@ -311,7 +311,7 @@ bool BlockManager::LoadBlockIndex(
// them from the background chainstate's setBlockIndexCandidates set. This
// does mean that some blocks which are not technically assumed-valid
// (later blocks on a fork beginning before the first assumed-valid block)
// might not get added to the the background chainstate, but this is ok,
// might not get added to the background chainstate, but this is ok,
// because they will still be attached to the active chainstate if they
// actually contain more work.
//