Skip to content

Commit c03cf38

Browse files
committed
doc: Fix typo in LoadBlockIndex
1 parent e31cdb0 commit c03cf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/blockstorage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ bool BlockManager::LoadBlockIndex(
315315
// because they will still be attached to the active chainstate if they
316316
// actually contain more work.
317317
//
318-
// Instad of this height-based approach, an earlier attempt was made at
318+
// Instead of this height-based approach, an earlier attempt was made at
319319
// detecting "holistically" whether the block index under consideration
320320
// relied on an assumed-valid ancestor, but this proved to be too slow to
321321
// be practical.

0 commit comments

Comments
 (0)