aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2017-09-18 13:46:33 +0200
committerselsta <selsta@sent.at>2017-10-02 21:23:33 +0200
commit986d03d4b252e00f7b8234df7b3c39eb960f0a41 (patch)
tree696afd2b74d2ba9920a58d4448adf90737d1a086 /src/simplewallet/simplewallet.h
parentMerge pull request #2491 (diff)
downloadmonero-986d03d4b252e00f7b8234df7b3c39eb960f0a41.tar.xz
simplewallet: allow to set threshold before warning about tx backlog
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-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 3b29e3ca2..6c6d0cf05 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -122,6 +122,7 @@ namespace cryptonote
bool set_min_output_value(const std::vector<std::string> &args = std::vector<std::string>());
bool set_merge_destinations(const std::vector<std::string> &args = std::vector<std::string>());
bool set_confirm_backlog(const std::vector<std::string> &args = std::vector<std::string>());
+ bool set_confirm_backlog_threshold(const std::vector<std::string> &args = std::vector<std::string>());
bool help(const std::vector<std::string> &args = std::vector<std::string>());
bool start_mining(const std::vector<std::string> &args);
bool stop_mining(const std::vector<std::string> &args);