De-bump fees in miner_tests.cpp
Bumped unnecessarily 10x when backporting PRs
This commit is contained in:
parent
7d40461862
commit
15fc7f2133
@ -127,9 +127,9 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity)
|
|||||||
delete pblocktemplate;
|
delete pblocktemplate;
|
||||||
|
|
||||||
const CAmount BLOCKSUBSIDY = 500*COIN;
|
const CAmount BLOCKSUBSIDY = 500*COIN;
|
||||||
const CAmount LOWFEE = 10*CENT;
|
const CAmount LOWFEE = CENT;
|
||||||
const CAmount HIGHFEE = 10*COIN;
|
const CAmount HIGHFEE = COIN;
|
||||||
const CAmount HIGHERFEE = 40*COIN;
|
const CAmount HIGHERFEE = 4*COIN;
|
||||||
|
|
||||||
// block sigops > limit: 1000 CHECKMULTISIG + 1
|
// block sigops > limit: 1000 CHECKMULTISIG + 1
|
||||||
tx.vin.resize(1);
|
tx.vin.resize(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user