Skip to content

Commit

Permalink
tests: remove unlock_time argument from trezor_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFFFC0000 committed Oct 20, 2024
1 parent 893916a commit e1876ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trezor/trezor_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,7 @@ tsx_builder * tsx_builder::construct_pending_tx(tools::wallet2::pending_tx &ptx,
auto sources_copy = m_sources;
auto change_addr = m_from->get_account().get_keys().m_account_address;
bool r = construct_tx_and_get_tx_key(m_from->get_account().get_keys(), subaddresses, m_sources, destinations_copy,
change_addr, extra ? extra.get() : std::vector<uint8_t>(), tx, 0, tx_key,
change_addr, extra ? extra.get() : std::vector<uint8_t>(), tx, tx_key,
additional_tx_keys, true, m_rct_config, this->m_tester->cur_hf() >= HF_VERSION_VIEW_TAGS);
CHECK_AND_ASSERT_THROW_MES(r, "Transaction construction failed");

Expand Down

0 comments on commit e1876ab

Please sign in to comment.