Skip to content

Commit

Permalink
use fast version of LoadBlockIndexGuts instead of regular one
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Nov 7, 2024
1 parent f8ba137 commit fd8563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6089,7 +6089,7 @@ bool static LoadBlockIndexDB()
{
const CChainParams& chainparams = Params();
LogPrintf("%s: start loading guts\n", __func__);
if (!pblocktree->LoadBlockIndexGuts())
if (!pblocktree->LoadBlockIndexGutsFast())
return false;
LogPrintf("%s: loaded guts\n", __func__);
boost::this_thread::interruption_point();
Expand Down

0 comments on commit fd8563f

Please sign in to comment.