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.
1 parent 9f71ab0 commit 1f06ecdCopy full SHA for 1f06ecd
src/validation.cpp
@@ -4179,7 +4179,7 @@ bool LoadBlockIndex(const CChainParams& chainparams)
4179
4180
LogPrintf("Initializing databases...\n");
4181
// Use the provided setting for -txindex in the new database
4182
- fTxIndex = GetBoolArg("-txindex", DEFAULT_TXINDEX);
+ fTxIndex = gArgs.GetBoolArg("-txindex", DEFAULT_TXINDEX);
4183
pblocktree->WriteFlag("txindex", fTxIndex);
4184
}
4185
return true;
0 commit comments