aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/ge_frombytes_vartime.h
diff options
context:
space:
mode:
authorkenshi84 <kenshi84@protonmail.ch>2017-10-17 08:45:00 +0900
committerkenshi84 <kenshi84@protonmail.ch>2017-10-17 22:29:01 +0900
commit88ebfd646a5e75de0544958e88d152df86e310ec (patch)
treea0600efec855b82c884a510f87c4ed8c465c613e /tests/performance_tests/ge_frombytes_vartime.h
parentperformance_tests: add master spend pubkey to subaddress hashtable (diff)
downloadmonero-88ebfd646a5e75de0544958e88d152df86e310ec.tar.xz
core_tests: fix for subaddress patch
Diffstat (limited to 'tests/performance_tests/ge_frombytes_vartime.h')
-rw-r--r--tests/performance_tests/ge_frombytes_vartime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/ge_frombytes_vartime.h b/tests/performance_tests/ge_frombytes_vartime.h
index a5e64aeb2..ea72fcd26 100644
--- a/tests/performance_tests/ge_frombytes_vartime.h
+++ b/tests/performance_tests/ge_frombytes_vartime.h
@@ -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()