diff options
author | Ashley Perpetual <ashleyperpetual@gmail.com> | 2017-01-27 15:12:18 +0800 |
---|---|---|
committer | Ashley Perpetual <ashleyperpetual@gmail.com> | 2017-01-29 03:04:17 +0800 |
commit | 48aa9cf0357ea0ec72d9399d41cccb7d889e24e1 (patch) | |
tree | 2bd6d48d47666d0714dbc823944abbcc68ccab41 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1618 (diff) | |
download | monero-48aa9cf0357ea0ec72d9399d41cccb7d889e24e1.tar.xz |
Add change_password for simplewallet
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 237c1e3e1..9918300df 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -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); |