Merge pull request #1640

f97526e6 simplewallet: option to always ask password for any crytical operations (kenshi84)
This commit is contained in:
Riccardo Spagni
2017-02-04 17:18:38 +02:00
4 changed files with 54 additions and 2 deletions
+1
View File
@@ -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);