aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-18 12:45:19 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-18 12:46:03 +0000
commita23dbe69f66aa592b5e30a125e9d16bd27ef57d9 (patch)
tree8ebcb0bc391b36fa3a1bf631532435da4567a99d /src/simplewallet/simplewallet.h
parentMerge pull request #5415 (diff)
downloadmonero-a23dbe69f66aa592b5e30a125e9d16bd27ef57d9.tar.xz
simplewallet: prompt when spending more than one old out in one tx
Diffstat (limited to '')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index 76d446ba5..e47250ae4 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
{