Merge pull request #1482

38f00d07 wallet cli: viewing and editing address book (kenshi84)
This commit is contained in:
Riccardo Spagni
2017-01-08 16:31:55 -08:00
2 changed files with 82 additions and 0 deletions
+1
View File
@@ -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);