diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-04-06 16:02:16 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-04-06 16:02:16 +0200 |
commit | 55e3980d89129f845a434670b4a93e1bcbadc228 (patch) | |
tree | e890882a775529d32197fbf9fcf1ed82ccc028f3 | |
parent | Merge pull request #5351 (diff) | |
parent | tests: trezor_test fix (diff) | |
download | monero-55e3980d89129f845a434670b4a93e1bcbadc228.tar.xz |
Merge pull request #5353
1bc78cc2 tests: trezor_test fix (Dusan Klinec)
-rw-r--r-- | tests/trezor/trezor_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trezor/trezor_tests.cpp b/tests/trezor/trezor_tests.cpp index 310fa45f1..8d5540328 100644 --- a/tests/trezor/trezor_tests.cpp +++ b/tests/trezor/trezor_tests.cpp @@ -1406,7 +1406,7 @@ tsx_builder * tsx_builder::construct_pending_tx(tools::wallet2::pending_tx &ptx, ptx.construction_data.extra = tx.extra; ptx.construction_data.unlock_time = 0; ptx.construction_data.use_rct = true; - ptx.construction_data.use_bulletproofs = true; + ptx.construction_data.rct_config = m_rct_config; ptx.construction_data.dests = m_destinations_orig; ptx.construction_data.subaddr_account = 0; |