mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
doc: Fix typo in LoadBlockIndex
This commit is contained in:
parent
e31cdb0238
commit
c03cf38a16
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ bool BlockManager::LoadBlockIndex(
|
||||||
// because they will still be attached to the active chainstate if they
|
// because they will still be attached to the active chainstate if they
|
||||||
// actually contain more work.
|
// 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
|
// detecting "holistically" whether the block index under consideration
|
||||||
// relied on an assumed-valid ancestor, but this proved to be too slow to
|
// relied on an assumed-valid ancestor, but this proved to be too slow to
|
||||||
// be practical.
|
// be practical.
|
||||||
|
|
Loading…
Add table
Reference in a new issue