Add z_getinfo, a place for various shielded details that do not fit other places

This commit is contained in:
Duke Leto
2020-03-09 16:31:54 -04:00
parent ad4d87c653
commit 2aa376d286
2 changed files with 30 additions and 1 deletions

View File

@@ -1936,7 +1936,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
pwalletMain->GenerateNewSeed();
}
//Set Sapling Consolidation
//Set Sapling Consolidation
pwalletMain->fSaplingConsolidationEnabled = GetBoolArg("-consolidation", false);
fConsolidationTxFee = GetArg("-consolidationtxfee", DEFAULT_CONSOLIDATION_FEE);
fConsolidationMapUsed = !mapMultiArgs["-consolidatesaplingaddress"].empty();