diff options
| author | Matt Corallo <[email protected]> | 2015-10-14 12:44:18 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2015-10-14 12:44:18 -0700 |
| commit | 8abe0f56584ff49ad250115eb1f0a9ac8f9cf0ca (patch) | |
| tree | d73b44f802177659fb65ddb71b1316543adbcde0 /src/test/mempool_tests.cpp | |
| parent | Drop minRelayTxFee to 1000 (diff) | |
| download | discoin-8abe0f56584ff49ad250115eb1f0a9ac8f9cf0ca.tar.xz discoin-8abe0f56584ff49ad250115eb1f0a9ac8f9cf0ca.zip | |
Undo GetMinFee-requires-extra-call-to-hit-0
Diffstat (limited to 'src/test/mempool_tests.cpp')
| -rw-r--r-- | src/test/mempool_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/mempool_tests.cpp b/src/test/mempool_tests.cpp index dce278d99..0cf906a25 100644 --- a/src/test/mempool_tests.cpp +++ b/src/test/mempool_tests.cpp @@ -428,7 +428,6 @@ BOOST_AUTO_TEST_CASE(MempoolSizeLimitTest) // ... but feerate should never drop below 1000 SetMockTime(42 + 8*CTxMemPool::ROLLING_FEE_HALFLIFE + CTxMemPool::ROLLING_FEE_HALFLIFE/2 + CTxMemPool::ROLLING_FEE_HALFLIFE/4); - pool.GetMinFee(1); BOOST_CHECK_EQUAL(pool.GetMinFee(1).GetFeePerK(), 0); // ... unless it has gone all the way to 0 (after getting past 1000/2) |