mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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
|
@ -54,7 +54,7 @@ public:
|
|||
std::vector<tx_destination_entry> destinations;
|
||||
destinations.push_back(tx_destination_entry(1, m_alice.get_keys().m_account_address, false));
|
||||
|
||||
return construct_tx(this->m_miners[this->real_source_idx].get_keys(), this->m_sources, destinations, std::vector<uint8_t>(), m_tx, 0);
|
||||
return construct_tx(this->m_miners[this->real_source_idx].get_keys(), this->m_sources, destinations, boost::none, std::vector<uint8_t>(), m_tx, 0);
|
||||
}
|
||||
|
||||
bool test()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue