diff options
| author | Dimitris Apostolou <[email protected]> | 2018-03-18 16:26:45 +0200 |
|---|---|---|
| committer | Dimitris Apostolou <[email protected]> | 2018-03-21 08:34:44 +0200 |
| commit | 4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8 (patch) | |
| tree | 1fc1e7662fcaeb8a9503eb80fc4038eee2da5b55 /src/test/mempool_tests.cpp | |
| parent | Merge #12710: Append scripts to new test_list array to fix bad assignment (diff) | |
| download | discoin-4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8.tar.xz discoin-4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8.zip | |
Fix typos
Diffstat (limited to 'src/test/mempool_tests.cpp')
| -rw-r--r-- | src/test/mempool_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mempool_tests.cpp b/src/test/mempool_tests.cpp index 1766c6a09..19cd3b096 100644 --- a/src/test/mempool_tests.cpp +++ b/src/test/mempool_tests.cpp @@ -523,7 +523,7 @@ BOOST_AUTO_TEST_CASE(MempoolSizeLimitTest) pool.addUnchecked(tx6.GetHash(), entry.Fee(1100LL).FromTx(tx6)); pool.addUnchecked(tx7.GetHash(), entry.Fee(9000LL).FromTx(tx7)); - // we only require this remove, at max, 2 txn, because its not clear what we're really optimizing for aside from that + // we only require this to remove, at max, 2 txn, because it's not clear what we're really optimizing for aside from that pool.TrimToSize(pool.DynamicMemoryUsage() - 1); BOOST_CHECK(pool.exists(tx4.GetHash())); BOOST_CHECK(pool.exists(tx6.GetHash())); |