mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
Merge #9066: tests: Remove variable unused after refactoring
f91afe9 trivial: Remove variable unused after refactoring (Daniel Kraft)
This commit is contained in:
commit
d316cfeb6e
@ -547,7 +547,6 @@ BOOST_AUTO_TEST_CASE(MempoolSizeLimitTest)
|
|||||||
pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7, &pool));
|
pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7, &pool));
|
||||||
|
|
||||||
std::vector<CTransaction> vtx;
|
std::vector<CTransaction> vtx;
|
||||||
std::vector<std::shared_ptr<const CTransaction>> conflicts;
|
|
||||||
SetMockTime(42);
|
SetMockTime(42);
|
||||||
SetMockTime(42 + CTxMemPool::ROLLING_FEE_HALFLIFE);
|
SetMockTime(42 + CTxMemPool::ROLLING_FEE_HALFLIFE);
|
||||||
BOOST_CHECK_EQUAL(pool.GetMinFee(1).GetFeePerK(), maxFeeRateRemoved.GetFeePerK() + 1000);
|
BOOST_CHECK_EQUAL(pool.GetMinFee(1).GetFeePerK(), maxFeeRateRemoved.GetFeePerK() + 1000);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user