aboutsummaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2022-01-05 10:41:16 -0300
committerbrunoerg <brunoely.gc@gmail.com>2022-01-05 10:41:16 -0300
commitc03cf38a16507568da73ce7603cd77cfe1d60392 (patch)
tree123af634027cd876db84c3f4684d2851d4d2b295 /src/node
parente31cdb0238f048343eeca9bc9502625f1ca8a0e1 (diff)
downloadbitcoin-c03cf38a16507568da73ce7603cd77cfe1d60392.tar.xz
doc: Fix typo in LoadBlockIndex
Diffstat (limited to 'src/node')
-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.