aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorkenshi84 <kenshi84@protonmail.ch>2016-12-21 12:05:29 +0900
committerkenshi84 <kenshi84@protonmail.ch>2016-12-21 19:27:18 +0900
commit38f00d07f7cc8cefef15f1aeb1e0f5878e34d50c (patch)
tree161bae5807d896d385af90eb2bab6f9bfbe30523 /src/simplewallet/simplewallet.h
parentMerge pull request #1479 (diff)
downloadmonero-38f00d07f7cc8cefef15f1aeb1e0f5878e34d50c.tar.xz
wallet cli: viewing and editing address book
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-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 c3e14a8cc..b12759ab1 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -135,6 +135,7 @@ namespace cryptonote
);
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>());
bool save(const std::vector<std::string> &args);
bool save_watch_only(const std::vector<std::string> &args);
bool set_variable(const std::vector<std::string> &args);