diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-12-08 20:08:20 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-12-08 20:08:22 +0200 |
commit | 3b497e65b3731746c98bdba0c4fea568405a8682 (patch) | |
tree | b8ae7dc63bdedc84f5ad7c9f11adcd516b6e0113 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #518 (diff) | |
parent | wallet: make the wallet refresh type a wallet setting (diff) | |
download | monero-3b497e65b3731746c98bdba0c4fea568405a8682.tar.xz |
Merge pull request #519
c6cfe0f wallet: make the wallet refresh type a wallet setting (moneromooo-monero)
fef2493 wallet: default auto-refresh to true for old wallets (moneromooo-monero)
Diffstat (limited to '')
-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); |