diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-05 21:44:25 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-12-05 21:44:25 +0000 |
commit | c6cfe0f26d51b8ef29ff3ecbcb651ef5e9b5b686 (patch) | |
tree | b8ae7dc63bdedc84f5ad7c9f11adcd516b6e0113 /src/simplewallet/simplewallet.h | |
parent | wallet: default auto-refresh to true for old wallets (diff) | |
download | monero-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 '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 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); |