aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-01-05 15:24:16 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-01-05 15:24:23 +0100
commit847cf7690def0431262b0300a46d6fa0bd40891f (patch)
tree123af634027cd876db84c3f4684d2851d4d2b295
parente31cdb0238f048343eeca9bc9502625f1ca8a0e1 (diff)
parentc03cf38a16507568da73ce7603cd77cfe1d60392 (diff)
downloadbitcoin-847cf7690def0431262b0300a46d6fa0bd40891f.tar.xz
Merge bitcoin/bitcoin#23981: doc: Fix typo in LoadBlockIndex
c03cf38a16507568da73ce7603cd77cfe1d60392 doc: Fix typo in LoadBlockIndex (brunoerg) Pull request description: Instad -> Instead Top commit has no ACKs. Tree-SHA512: 37dcdd34e2bd985619daecc9d1072ac002f3bc7b47db413432d027a2b8cce32501f93a57ee85869755bb0eedecedfab6ecac9ce2a591341c8f011118390a5b18
-rw-r--r--src/node/blockstorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/blockstorage.cpp b/src/node/blockstorage.cpp
index 60e874967f..e9f78c2870 100644
--- a/src/node/blockstorage.cpp
+++ b/src/node/blockstorage.cpp
@@ -315,7 +315,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.