From a23dbe69f66aa592b5e30a125e9d16bd27ef57d9 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 18 Apr 2019 12:45:19 +0000 Subject: simplewallet: prompt when spending more than one old out in one tx --- src/simplewallet/simplewallet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/simplewallet/simplewallet.h') 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 show_outputs_line(const std::vector &heights, uint64_t blockchain_height, uint64_t highlight_height = std::numeric_limits::max()) const; bool freeze_thaw(const std::vector& args, bool freeze); + bool prompt_if_old(const std::vector &ptx_vector); struct transfer_view { -- cgit v1.2.3