From c03cf38a16507568da73ce7603cd77cfe1d60392 Mon Sep 17 00:00:00 2001 From: brunoerg Date: Wed, 5 Jan 2022 10:41:16 -0300 Subject: [PATCH] doc: Fix typo in LoadBlockIndex --- src/node/blockstorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/blockstorage.cpp b/src/node/blockstorage.cpp index 60e874967fa..e9f78c28707 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.