diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 13:52:29 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-24 13:52:29 -0500 |
| commit | d433abfe013f03491b98fdc442b4d9fb7966f339 (patch) | |
| tree | e11e9b1396acd5bc47c67b2acdbe87e0f056f8f8 /src/simplewallet/simplewallet.h | |
| parent | 705fbcfda4ed257a692cbc2449c0ced5c1b70616 (diff) | |
| parent | a23dbe69f66aa592b5e30a125e9d16bd27ef57d9 (diff) | |
| download | monzero-core-d433abfe013f03491b98fdc442b4d9fb7966f339.tar.gz monzero-core-d433abfe013f03491b98fdc442b4d9fb7966f339.tar.xz monzero-core-d433abfe013f03491b98fdc442b4d9fb7966f339.zip | |
Merge pull request #5460
a23dbe6 simplewallet: prompt when spending more than one old out in one tx (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
| -rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 33b18612c..4bf7fa334 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -261,6 +261,7 @@ namespace cryptonote void on_refresh_finished(uint64_t start_height, uint64_t fetched_blocks, bool is_init, bool received_money); std::pair<std::string, std::string> show_outputs_line(const std::vector<uint64_t> &heights, uint64_t blockchain_height, uint64_t highlight_height = std::numeric_limits<uint64_t>::max()) const; bool freeze_thaw(const std::vector<std::string>& args, bool freeze); + bool prompt_if_old(const std::vector<tools::wallet2::pending_tx> &ptx_vector); struct transfer_view { |
