diff options
author | Dusan Klinec <dusan.klinec@gmail.com> | 2019-03-26 13:47:22 +0100 |
---|---|---|
committer | Dusan Klinec <dusan.klinec@gmail.com> | 2019-03-26 13:47:28 +0100 |
commit | 1bc78cc29aa7e4979d7de4bfabff8a1a08a8adb1 (patch) | |
tree | 56af3a0a24c2d18d55766ef95d2813056c795d10 /tests/trezor | |
parent | Merge pull request #5286 (diff) | |
download | monero-1bc78cc29aa7e4979d7de4bfabff8a1a08a8adb1.tar.xz |
tests: trezor_test fix
Diffstat (limited to 'tests/trezor')
-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; |