mirror of
https://github.com/monero-project/monero.git
synced 2025-05-06 12:05:03 -04:00
tests: fix various tests by using parameters better suited to monero
Either smaller coin values (as monero has smaller block rewards), or pre-hard fork values (full reward zone), or post-Bytecoin values (emission speed).
This commit is contained in:
parent
d0a8362b6b
commit
79beed221d
3 changed files with 8 additions and 8 deletions
|
@ -578,7 +578,7 @@ bool gen_block_invalid_binary_format::generate(std::vector<test_event_entry>& ev
|
|||
while (diffic < 1500);
|
||||
|
||||
blk_last = boost::get<block>(events.back());
|
||||
MAKE_TX(events, tx_0, miner_account, miner_account, MK_COINS(120), boost::get<block>(events[1]));
|
||||
MAKE_TX(events, tx_0, miner_account, miner_account, MK_COINS(30), boost::get<block>(events[1]));
|
||||
DO_CALLBACK(events, "corrupt_blocks_boundary");
|
||||
|
||||
block blk_test;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue