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.
1 parent a4fd8df commit f91afe9Copy full SHA for f91afe9
src/test/mempool_tests.cpp
@@ -547,7 +547,6 @@ BOOST_AUTO_TEST_CASE(MempoolSizeLimitTest)
547
pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7, &pool));
548
549
std::vector<CTransaction> vtx;
550
- std::vector<std::shared_ptr<const CTransaction>> conflicts;
551
SetMockTime(42);
552
SetMockTime(42 + CTxMemPool::ROLLING_FEE_HALFLIFE);
553
BOOST_CHECK_EQUAL(pool.GetMinFee(1).GetFeePerK(), maxFeeRateRemoved.GetFeePerK() + 1000);
0 commit comments