aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-05 21:44:25 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-05 21:44:25 +0000
commitc6cfe0f26d51b8ef29ff3ecbcb651ef5e9b5b686 (patch)
treeb8ae7dc63bdedc84f5ad7c9f11adcd516b6e0113 /src/simplewallet/simplewallet.h
parentwallet: default auto-refresh to true for old wallets (diff)
downloadmonero-c6cfe0f26d51b8ef29ff3ecbcb651ef5e9b5b686.tar.xz
wallet: make the wallet refresh type a wallet setting
instead of a command line setting. It makes sense that is is a long lived setting.
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 dd1e59d6c..ef44d5374 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -105,6 +105,7 @@ namespace cryptonote
bool set_store_tx_info(const std::vector<std::string> &args = std::vector<std::string>());
bool set_default_mixin(const std::vector<std::string> &args = std::vector<std::string>());
bool set_auto_refresh(const std::vector<std::string> &args = std::vector<std::string>());
+ bool set_refresh_type(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);