Merge 847cf7690d into merged_master (Bitcoin PR bitcoin/bitcoin#23981)

This commit is contained in:
Byron Hambly 2023-06-15 07:53:04 +00:00
commit 4c85b4e490

View file

@ -331,7 +331,7 @@ bool BlockManager::LoadBlockIndex(
// because they will still be attached to the active chainstate if they
// actually contain more work.
//
// Instad of this height-based approach, an earlier attempt was made at
// Instead of this height-based approach, an earlier attempt was made at
// detecting "holistically" whether the block index under consideration
// relied on an assumed-valid ancestor, but this proved to be too slow to
// be practical.