aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-12-25 21:19:33 +0200
committerRiccardo Spagni <ric@spagni.net>2017-12-25 21:19:33 +0200
commitdb09247c6876d7af53eab2a399a42ca237e8c928 (patch)
treec509ec474e265dbde06df178492419ec4d92d5a4 /src/simplewallet/simplewallet.h
parentMerge pull request #2924 (diff)
parentAccount tagging (diff)
downloadmonero-db09247c6876d7af53eab2a399a42ca237e8c928.tar.xz
Merge pull request #2926
6b5bd129 Account tagging (stoffu)
Diffstat (limited to '')
-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 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>());