constintm_check_ratio;//!< Value n means that 1 times in n we check.
std::atomic<unsignedint>nTransactionsUpdated{0};//!< Used by getblocktemplate to trigger CreateNewBlock() invocation
CBlockPolicyEstimator*minerPolicyEstimator;
CBlockPolicyEstimator*constminerPolicyEstimator;
uint64_ttotalTxSizeGUARDED_BY(cs);//!< sum of all mempool tx's virtual sizes. Differs from serialized tx size since witness data is discounted. Defined in BIP 141.
CAmountm_total_feeGUARDED_BY(cs);//!< sum of all mempool tx's fees (NOT modified fee)
uint64_tcachedInnerUsageGUARDED_BY(cs);//!< sum of dynamic memory usage of all the map elements (NOT the maps themselves)
mutableint64_tlastRollingFeeUpdate;
mutableboolblockSinceLastRollingFeeBump;
mutabledoublerollingMinimumFeeRate;//!< minimum fee to get into the pool, decreases exponentially