mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
Remove mempool global
This commit is contained in:
@@ -148,7 +148,6 @@ arith_uint256 nMinimumChainWork;
|
||||
CFeeRate minRelayTxFee = CFeeRate(DEFAULT_MIN_RELAY_TX_FEE);
|
||||
|
||||
CBlockPolicyEstimator feeEstimator;
|
||||
CTxMemPool mempool(&feeEstimator);
|
||||
|
||||
// Internal stuff
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user