aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/transaction_tests.cpp
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/core_tests/transaction_tests.cpp
parentperformance_tests: add master spend pubkey to subaddress hashtable (diff)
downloadmonero-88ebfd646a5e75de0544958e88d152df86e310ec.tar.xz
core_tests: fix for subaddress patch
Diffstat (limited to 'tests/core_tests/transaction_tests.cpp')
-rw-r--r--tests/core_tests/transaction_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/transaction_tests.cpp b/tests/core_tests/transaction_tests.cpp
index dcba36e80..00c602103 100644
--- a/tests/core_tests/transaction_tests.cpp
+++ b/tests/core_tests/transaction_tests.cpp
@@ -108,7 +108,7 @@ bool test_transaction_generation_and_ring_signature()
destinations.push_back(td);
transaction tx_rc1;
- bool r = construct_tx(miner_acc2.get_keys(), sources, destinations, std::vector<uint8_t>(), tx_rc1, 0);
+ bool r = construct_tx(miner_acc2.get_keys(), sources, destinations, boost::none, std::vector<uint8_t>(), tx_rc1, 0);
CHECK_AND_ASSERT_MES(r, false, "failed to construct transaction");
crypto::hash pref_hash = get_transaction_prefix_hash(tx_rc1);