mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Remove unnecessary min fee argument in CTxMemPool constructor
This commit is contained in:
@@ -97,7 +97,7 @@ static void MempoolEviction(benchmark::State& state)
|
||||
tx7.vout[1].scriptPubKey = CScript() << OP_7 << OP_EQUAL;
|
||||
tx7.vout[1].nValue = 10 * COIN;
|
||||
|
||||
CTxMemPool pool(CFeeRate(1000));
|
||||
CTxMemPool pool;
|
||||
|
||||
while (state.KeepRunning()) {
|
||||
AddTx(tx1, 10000LL, pool);
|
||||
|
||||
Reference in New Issue
Block a user