tests: trezor_test fix

This commit is contained in:
Dusan Klinec 2019-03-26 13:47:22 +01:00
parent e4b049da05
commit 1bc78cc29a
No known key found for this signature in database
GPG Key ID: 6337E118CCBCE103
1 changed files with 1 additions and 1 deletions

View File

@ -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;