trivial: Remove variable unused after refactoring

Remove a variable that is now unused after the recent refactoring
(in 51f278329d) but has not been cleaned
up so far.
This commit is contained in:
Daniel Kraft 2016-11-02 19:31:19 +01:00
parent a4fd8dff68
commit f91afe9aac
1 changed files with 0 additions and 1 deletions

View File

@ -547,7 +547,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);