aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorrbrunner7 <rbrunner@dreamshare.ch>2017-08-31 10:11:20 +0200
committerrbrunner7 <rbrunner@dreamshare.ch>2017-08-31 10:11:20 +0200
commit9bdd985ceef0c3a3220fcc9e5d8b5bd6b487c152 (patch)
tree49565c8187628f8277242a5edc77ddb18c68b968 /src/simplewallet/simplewallet.h
parentMerge pull request #2349 (diff)
downloadmonero-9bdd985ceef0c3a3220fcc9e5d8b5bd6b487c152.tar.xz
monero-wallet-cli: New command 'wallet_info'
Diffstat (limited to '')
-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 eac4cbc99..b8bd9924e 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -165,6 +165,7 @@ namespace cryptonote
bool set_tx_note(const std::vector<std::string> &args);
bool get_tx_note(const std::vector<std::string> &args);
bool status(const std::vector<std::string> &args);
+ bool wallet_info(const std::vector<std::string> &args);
bool set_default_priority(const std::vector<std::string> &args);
bool sign(const std::vector<std::string> &args);
bool verify(const std::vector<std::string> &args);