aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorJakob Lind <karl.jakob.lind@gmail.com>2014-08-05 08:53:30 +0200
committerJakob Lind <karl.jakob.lind@gmail.com>2014-08-05 08:53:30 +0200
commitda523f30fcd42d920f1246d7823815e86d6748de (patch)
tree72765baf2d7676da80066c2d5ec034a177ebbea4 /src/simplewallet/simplewallet.h
parentquery_key command in wallet rpc. (diff)
downloadmonero-da523f30fcd42d920f1246d7823815e86d6748de.tar.xz
added viewkey command to CLI
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 a8e7d83a6..41197b4bb 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -70,6 +70,7 @@ namespace cryptonote
bool open_wallet(const std::string &wallet_file, const std::string& password);
bool close_wallet();
+ bool viewkey(const std::vector<std::string> &args = std::vector<std::string>());
bool seed(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);