diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-09-20 21:34:48 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-09-20 21:34:48 +0200 |
commit | 72207fd27a5d5a3835c3546b267a12a4e1da83a0 (patch) | |
tree | 125fc9d8c3558a0499682d2f33ae74cc1fbeb80e /src/simplewallet/simplewallet.h | |
parent | Merge pull request #2376 (diff) | |
parent | monero-wallet-cli: New command 'wallet_info' improved (diff) | |
download | monero-72207fd27a5d5a3835c3546b267a12a4e1da83a0.tar.xz |
Merge pull request #2381
840aed1c monero-wallet-cli: New command 'wallet_info' improved (rbrunner7)
9bdd985c monero-wallet-cli: New command 'wallet_info' (rbrunner7)
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 079fae9f5..30c428810 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); |