diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-25 21:19:33 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-25 21:19:33 +0200 |
commit | db09247c6876d7af53eab2a399a42ca237e8c928 (patch) | |
tree | c509ec474e265dbde06df178492419ec4d92d5a4 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #2924 (diff) | |
parent | Account tagging (diff) | |
download | monero-db09247c6876d7af53eab2a399a42ca237e8c928.tar.xz |
Merge pull request #2926
6b5bd129 Account tagging (stoffu)
Diffstat (limited to '')
-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 c0c33f6b8..e5c00e542 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -153,6 +153,7 @@ namespace cryptonote ); bool account(const std::vector<std::string> &args = std::vector<std::string>()); void print_accounts(); + void print_accounts(const std::string& tag); bool print_address(const std::vector<std::string> &args = std::vector<std::string>()); bool print_integrated_address(const std::vector<std::string> &args = std::vector<std::string>()); bool address_book(const std::vector<std::string> &args = std::vector<std::string>()); |