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.
args
gArgs
1 parent 2aab8a6 commit 5f23531Copy full SHA for 5f23531
src/chainparams.cpp
@@ -423,7 +423,7 @@ class CRegTestParams : public CChainParams {
423
pchMessageStart[2] = 0xb5;
424
pchMessageStart[3] = 0xda;
425
nDefaultPort = 18444;
426
- nPruneAfterHeight = gArgs.GetBoolArg("-fastprune", false) ? 100 : 1000;
+ nPruneAfterHeight = args.GetBoolArg("-fastprune", false) ? 100 : 1000;
427
m_assumed_blockchain_size = 0;
428
m_assumed_chain_state_size = 0;
429
0 commit comments