aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-06-11 10:26:58 +0200
committerRiccardo Spagni <ric@spagni.net>2015-06-11 10:27:00 +0200
commit5bee2d2edfee201668269cd03381ad416ce95d75 (patch)
treee27d2b3f60ebe0c59feb677e70db99719dcee25d /src/simplewallet/simplewallet.h
parentMerge pull request #306 (diff)
parentwallet: add watch only wallet support (diff)
downloadmonero-5bee2d2edfee201668269cd03381ad416ce95d75.tar.xz
Merge pull request #303
c882af6 wallet: add watch only wallet support (moneromooo-monero) f7767c6 account: add a forget_spend_key method (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 d4ef0703b..fa16fd386 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -109,6 +109,7 @@ namespace cryptonote
);
bool print_address(const std::vector<std::string> &args = std::vector<std::string>());
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 set_log(const std::vector<std::string> &args);