diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-08-13 20:02:49 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-08-13 20:02:54 +0200 |
commit | 5e68f97371b32e820722addba5e5f6e765806cc6 (patch) | |
tree | fb9c68c64665c1a37075ac8f34e70ef8ff6fb826 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #365 (diff) | |
parent | wallet: new rescan_spent command to update outputs' spent status (diff) | |
download | monero-5e68f97371b32e820722addba5e5f6e765806cc6.tar.xz |
Merge pull request #366
aa5bc35 wallet: new rescan_spent command to update outputs' spent status (moneromooo-monero)
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 883d0c43f..8aca93210 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -120,6 +120,7 @@ namespace cryptonote bool save(const std::vector<std::string> &args); bool save_watch_only(const std::vector<std::string> &args); bool set_variable(const std::vector<std::string> &args); + bool rescan_spent(const std::vector<std::string> &args); bool set_log(const std::vector<std::string> &args); uint64_t get_daemon_blockchain_height(std::string& err); |