monero-wallet-cli: New command 'wallet_info'

This commit is contained in:
rbrunner7
2017-08-31 10:11:20 +02:00
parent 72b5f37f58
commit 9bdd985cee
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -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);