diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:31:55 -0800 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-01-08 16:31:55 -0800 |
commit | f4b3989c615e0c70ea83b1e29ba1209c0dfd7f73 (patch) | |
tree | 5e47f429d430d17ff463e73a1a28a863f0e4ec0a /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1460 (diff) | |
parent | wallet cli: viewing and editing address book (diff) | |
download | monero-f4b3989c615e0c70ea83b1e29ba1209c0dfd7f73.tar.xz |
Merge pull request #1482
38f00d07 wallet cli: viewing and editing address book (kenshi84)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-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 37662c998..01bb94b15 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); |