diff options
author | luigi1111 <luigi1111w@gmail.com> | 2024-05-20 23:11:09 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2024-05-20 23:11:09 -0500 |
commit | cdd7fc09b4f12eb4f5d3098b92e96d89699bac55 (patch) | |
tree | 3c8395233cdb67029ef090af93d25e93dda0b6b9 /tests/core_tests/wallet_tools.h | |
parent | Merge pull request #9149 (diff) | |
parent | @tobtoht: undo rebase changes tx.dsts -> tx_dsts (diff) | |
download | monero-cdd7fc09b4f12eb4f5d3098b92e96d89699bac55.tar.xz |
Merge pull request #9151
ff49444 @tobtoht: undo rebase changes tx.dsts -> tx_dsts (jeffro256)
38f354e Enforce Tx unlock_time is Zero by Relay Rule (jeffro256)
Diffstat (limited to 'tests/core_tests/wallet_tools.h')
-rw-r--r-- | tests/core_tests/wallet_tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_tests/wallet_tools.h b/tests/core_tests/wallet_tools.h index b99e9e890..94921e56e 100644 --- a/tests/core_tests/wallet_tools.h +++ b/tests/core_tests/wallet_tools.h @@ -93,5 +93,5 @@ bool construct_tx_rct(tools::wallet2 * sender_wallet, std::vector<cryptonote::tx_source_entry>& sources, const std::vector<cryptonote::tx_destination_entry>& destinations, const boost::optional<cryptonote::account_public_address>& change_addr, - std::vector<uint8_t> extra, cryptonote::transaction& tx, uint64_t unlock_time, + std::vector<uint8_t> extra, cryptonote::transaction& tx, bool rct=false, rct::RangeProofType range_proof_type=rct::RangeProofBorromean, int bp_version = 0); |