diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-01-13 14:34:55 -0500 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-01-13 14:34:55 -0500 |
commit | faa33fc32629a893b8a75833d8d53440586e1d88 (patch) | |
tree | 905eede208e862ebc930d04ca999bd041e6eac6e /src/wallet/api/pending_transaction.h | |
parent | Merge pull request #1540 (diff) | |
parent | Wallet api: Update trustedDaemon when daemon is changed (diff) | |
download | monero-faa33fc32629a893b8a75833d8d53440586e1d88.tar.xz |
Merge pull request #1541
0d3918e1 Wallet api: Update trustedDaemon when daemon is changed (Jaquee)
dbb838f4 GUI cold signing (Jaquee)
afb85a02 Wallet API: functions for supporting/creating view only wallets (Jaquee)
Diffstat (limited to 'src/wallet/api/pending_transaction.h')
-rw-r--r-- | src/wallet/api/pending_transaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/pending_transaction.h b/src/wallet/api/pending_transaction.h index 47ccdec76..d85a686fd 100644 --- a/src/wallet/api/pending_transaction.h +++ b/src/wallet/api/pending_transaction.h @@ -45,7 +45,7 @@ public: ~PendingTransactionImpl(); int status() const; std::string errorString() const; - bool commit(); + bool commit(const std::string &filename = "", bool overwrite = false); uint64_t amount() const; uint64_t dust() const; uint64_t fee() const; |