mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 13:14:45 -04:00
core_tests: fix for subaddress patch
This commit is contained in:
parent
e373a2037b
commit
88ebfd646a
9 changed files with 17 additions and 16 deletions
|
@ -108,7 +108,7 @@ bool gen_v2_tx_validation_base::generate_with(std::vector<test_event_entry>& eve
|
|||
destinations.push_back(td);
|
||||
|
||||
transaction tx;
|
||||
bool r = construct_tx(miner_accounts[0].get_keys(), sources, destinations, std::vector<uint8_t>(), tx, 0);
|
||||
bool r = construct_tx(miner_accounts[0].get_keys(), sources, destinations, boost::none, std::vector<uint8_t>(), tx, 0);
|
||||
CHECK_AND_ASSERT_MES(r, false, "failed to construct transaction");
|
||||
if (!valid)
|
||||
DO_CALLBACK(events, "mark_invalid_tx");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue