diff options
author | Alex Morcos <morcos@chaincode.com> | 2017-01-19 13:58:42 -0500 |
---|---|---|
committer | Alex Morcos <morcos@chaincode.com> | 2017-02-27 11:23:50 -0500 |
commit | 272b25a6a99057fdcd5db5bce70b49625e973080 (patch) | |
tree | e196f5d34afcd9745b9f87bef339e32f52247a65 /src/test | |
parent | 12839cdd56ab5ebb06c59bbf9a064f4bd23b7398 (diff) |
[mining] Remove -blockprioritysize.
Remove ability of mining code to fill part of a block with transactions sorted by coin age.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/miner_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/miner_tests.cpp b/src/test/miner_tests.cpp index f856d8a91a..1d49848df9 100644 --- a/src/test/miner_tests.cpp +++ b/src/test/miner_tests.cpp @@ -79,7 +79,6 @@ bool TestSequenceLocks(const CTransaction &tx, int flags) // Test suite for ancestor feerate transaction selection. // Implemented as an additional function, rather than a separate test case, // to allow reusing the blockchain created in CreateNewBlock_validity. -// Note that this test assumes blockprioritysize is 0. void TestPackageSelection(const CChainParams& chainparams, CScript scriptPubKey, std::vector<CTransactionRef>& txFirst) { // Test the ancestor feerate transaction selection. |