aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-07-18 23:56:44 +0200
committerRiccardo Spagni <ric@spagni.net>2015-07-18 23:56:47 +0200
commit107eeaf6c53cc9a104190f1181060a6280d40751 (patch)
treecec813a84484b331178a5f95791faafe4e945e3c /src/simplewallet/simplewallet.h
parentMerge pull request #345 (diff)
parentwallet: add boolean to always confirm transactions with the user (diff)
downloadmonero-107eeaf6c53cc9a104190f1181060a6280d40751.tar.xz
Merge pull request #346
8fe180a wallet: add boolean to always confirm transactions with the user (moneromooo-monero)
Diffstat (limited to '')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index ad1dd015f..c4411e4d4 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -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);