wallet: add boolean to always confirm transactions with the user

This can be useful if you want to be given a veto over the tx fee,
or if you want to see what a tx fee would be without actually sending.
This commit is contained in:
moneromooo-monero
2015-07-18 22:03:35 +01:00
parent 7ef8e5c033
commit 8fe180ab80
4 changed files with 82 additions and 6 deletions
+1
View File
@@ -98,6 +98,7 @@ namespace cryptonote
* \return success status
*/
bool seed_set_language(const std::vector<std::string> &args = std::vector<std::string>());
bool set_always_confirm_transfers(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);