diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-04 17:18:38 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-04 17:18:38 +0200 |
commit | 31cf4e736203d687be97d3f65425fcdbcbe77ac6 (patch) | |
tree | 5e7a1f85ac4fd46589609260b690d8e82880a53d /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1663 (diff) | |
parent | simplewallet: option to always ask password for any crytical operations (diff) | |
download | monero-31cf4e736203d687be97d3f65425fcdbcbe77ac6.tar.xz |
Merge pull request #1640
f97526e6 simplewallet: option to always ask password for any crytical operations (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 9918300df..ce0a24be7 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -115,6 +115,7 @@ namespace cryptonote bool set_auto_refresh(const std::vector<std::string> &args = std::vector<std::string>()); bool set_refresh_type(const std::vector<std::string> &args = std::vector<std::string>()); bool set_confirm_missing_payment_id(const std::vector<std::string> &args = std::vector<std::string>()); + bool set_ask_password(const std::vector<std::string> &args = std::vector<std::string>()); bool help(const std::vector<std::string> &args = std::vector<std::string>()); bool start_mining(const std::vector<std::string> &args); bool stop_mining(const std::vector<std::string> &args); |