diff options
author | Jakob Lind <karl.jakob.lind@gmail.com> | 2014-08-05 08:53:30 +0200 |
---|---|---|
committer | Jakob Lind <karl.jakob.lind@gmail.com> | 2014-08-05 08:53:30 +0200 |
commit | da523f30fcd42d920f1246d7823815e86d6748de (patch) | |
tree | 72765baf2d7676da80066c2d5ec034a177ebbea4 /src/simplewallet/simplewallet.h | |
parent | query_key command in wallet rpc. (diff) | |
download | monero-da523f30fcd42d920f1246d7823815e86d6748de.tar.xz |
added viewkey command to CLI
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 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); |