diff options
author | stoffu <stoffu@protonmail.ch> | 2017-12-15 12:08:36 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2017-12-18 10:21:47 +0900 |
commit | 6b5bd129b460f75f0bdee1eaff66f9159152d2a7 (patch) | |
tree | 45850c663b2da98654592735808a43506f962448 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #2134 (diff) | |
download | monero-6b5bd129b460f75f0bdee1eaff66f9159152d2a7.tar.xz |
Account tagging
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>()); |