Merge pull request #5353

1bc78cc2 tests: trezor_test fix (Dusan Klinec)
release-v0.6.1.2
Riccardo Spagni 5 years ago
commit 55e3980d89
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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

Loading…
Cancel
Save