diff options
author | brunoerg <brunoely.gc@gmail.com> | 2022-01-05 10:41:16 -0300 |
---|---|---|
committer | brunoerg <brunoely.gc@gmail.com> | 2022-01-05 10:41:16 -0300 |
commit | c03cf38a16507568da73ce7603cd77cfe1d60392 (patch) | |
tree | 123af634027cd876db84c3f4684d2851d4d2b295 | |
parent | e31cdb0238f048343eeca9bc9502625f1ca8a0e1 (diff) |
doc: Fix typo in LoadBlockIndex
-rw-r--r-- | src/node/blockstorage.cpp | 2 |
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. |