Merge #9066: tests: Remove variable unused after refactoring

f91afe9 trivial: Remove variable unused after refactoring (Daniel Kraft)
This commit is contained in:
Wladimir J. van der Laan 2016-11-02 20:54:04 +01:00 committed by Alexander Block
parent 07f406fd67
commit 0a6bf096dc

View File

@ -546,7 +546,6 @@ BOOST_AUTO_TEST_CASE(MempoolSizeLimitTest)
pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7, &pool));
std::vector<CTransaction> vtx;
std::vector<std::shared_ptr<const CTransaction>> conflicts;
SetMockTime(42);
SetMockTime(42 + CTxMemPool::ROLLING_FEE_HALFLIFE);
BOOST_CHECK_EQUAL(pool.GetMinFee(1).GetFeePerK(), maxFeeRateRemoved.GetFeePerK() + 1000);