We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7f3aed + 75f51f2 commit 3581abdCopy full SHA for 3581abd
src/init.cpp
@@ -983,7 +983,7 @@ bool AppInit2(boost::thread_group& threadGroup)
983
984
// scan for better chains in the block chain database, that are not yet connected in the active best chain
985
CValidationState state;
986
- if (!ConnectBestBlock(state))
+ if (!ActivateBestChain(state))
987
strErrors << "Failed to connect best block";
988
989
std::vector<boost::filesystem::path> vImportFiles;
0 commit comments