aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-08-13 20:02:49 +0200
committerRiccardo Spagni <ric@spagni.net>2015-08-13 20:02:54 +0200
commit5e68f97371b32e820722addba5e5f6e765806cc6 (patch)
treefb9c68c64665c1a37075ac8f34e70ef8ff6fb826 /src/simplewallet/simplewallet.h
parentMerge pull request #365 (diff)
parentwallet: new rescan_spent command to update outputs' spent status (diff)
downloadmonero-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.h1
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);