Skip to content

Commit 847cf76

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#23981: doc: Fix typo in LoadBlockIndex
c03cf38 doc: Fix typo in LoadBlockIndex (brunoerg) Pull request description: Instad -> Instead Top commit has no ACKs. Tree-SHA512: 37dcdd34e2bd985619daecc9d1072ac002f3bc7b47db413432d027a2b8cce32501f93a57ee85869755bb0eedecedfab6ecac9ce2a591341c8f011118390a5b18
2 parents e31cdb0 + c03cf38 commit 847cf76

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)