aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-01-27 18:08:56 -0800
committerRiccardo Spagni <ric@spagni.net>2018-01-27 18:08:56 -0800
commit29fafa4ca7c18e796bbd561b53d45db99d30ed45 (patch)
tree39880d433f73a72b3250274abee0baf8ffe20159 /src/simplewallet/simplewallet.h
parentMerge pull request #3116 (diff)
parentwallet: automatically use low priority if safe (no backlog & recent blocks no... (diff)
downloadmonero-29fafa4ca7c18e796bbd561b53d45db99d30ed45.tar.xz
Merge pull request #3123
30c44bce wallet: automatically use low priority if safe (no backlog & recent blocks not full) (stoffu) c903df5e simplewallet: bug fix for backlog estimate (stoffu) 2f5a9b6b wallet2: split estimate_backlog to allow for raw fee levels (moneromooo-monero)
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 f51b27e0e..f6df06ebb 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -130,6 +130,7 @@ namespace cryptonote
bool set_confirm_backlog_threshold(const std::vector<std::string> &args = std::vector<std::string>());
bool set_confirm_export_overwrite(const std::vector<std::string> &args = std::vector<std::string>());
bool set_refresh_from_block_height(const std::vector<std::string> &args = std::vector<std::string>());
+ bool set_auto_low_priority(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);