aboutsummaryrefslogtreecommitdiff
path: root/src/test/miner_tests.cpp
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2018-04-22 09:15:59 +0100
committerRoss Nicoll <[email protected]>2018-09-19 22:11:47 +0100
commitdee5e404b37603af8066c20e9413084b98561e7f (patch)
treee6b5137473f77c49d5c151f752f54c76eb709ac1 /src/test/miner_tests.cpp
parentUpdate tx output in p2p-fullblocktest.py (#1474) (diff)
downloaddiscoin-dee5e404b37603af8066c20e9413084b98561e7f.tar.xz
discoin-dee5e404b37603af8066c20e9413084b98561e7f.zip
Update or eliminate remaining tests (#1483)
* Change amount tests to use rounded values * Disable legacy tests
Diffstat (limited to 'src/test/miner_tests.cpp')
-rw-r--r--src/test/miner_tests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/miner_tests.cpp b/src/test/miner_tests.cpp
index b7ffa2732..ba06a2ab7 100644
--- a/src/test/miner_tests.cpp
+++ b/src/test/miner_tests.cpp
@@ -489,7 +489,9 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity)
SetMockTime(0);
mempool.clear();
- TestPackageSelection(chainparams, scriptPubKey, txFirst);
+ // Dogecoin: Package selection doesn't work that way because our fees are fundamentally
+ // different. Need to rationalise in a later release.
+ // TestPackageSelection(chainparams, scriptPubKey, txFirst);
fCheckpointsEnabled = true;
}