diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-10-06 22:50:40 +0400 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-10-06 22:50:41 +0400 |
commit | c58ec8cdc181988f5be7c4606294f0888d4e830c (patch) | |
tree | 72d39384912450ed66511a7a6620c93ad9f3927c /src/simplewallet/simplewallet.h | |
parent | Merge pull request #2345 (diff) | |
parent | simplewallet: allow to set threshold before warning about tx backlog (diff) | |
download | monero-c58ec8cdc181988f5be7c4606294f0888d4e830c.tar.xz |
Merge pull request #2468
986d03d4 simplewallet: allow to set threshold before warning about tx backlog (selsta)
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 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); |