Add change_password for simplewallet

This commit is contained in:
Ashley Perpetual
2017-01-27 15:12:18 +08:00
parent 4629ead8c5
commit 48aa9cf035
2 changed files with 28 additions and 0 deletions
+1
View File
@@ -162,6 +162,7 @@ namespace cryptonote
bool export_outputs(const std::vector<std::string> &args);
bool import_outputs(const std::vector<std::string> &args);
bool show_transfer(const std::vector<std::string> &args);
bool change_password(const std::vector<std::string>& args);
uint64_t get_daemon_blockchain_height(std::string& err);
bool try_connect_to_daemon(bool silent = false, uint32_t* version = nullptr);