diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-09 12:19:22 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-11-09 19:32:37 +0000 |
commit | 166962193790920d4ede16ce14407a4cbec5c332 (patch) | |
tree | 0e2d2ad1a8f93fcfd7e2e537224f1d21d2d4e3d1 /src/wallet/api/wallet.h | |
parent | Merge pull request #1312 (diff) | |
download | monero-166962193790920d4ede16ce14407a4cbec5c332.tar.xz |
wallet2_api: support for sweeping all
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r-- | src/wallet/api/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h index f40551fac..e447879de 100644 --- a/src/wallet/api/wallet.h +++ b/src/wallet/api/wallet.h @@ -89,7 +89,7 @@ public: PendingTransaction * createTransaction(const std::string &dst_addr, const std::string &payment_id, - uint64_t amount, uint32_t mixin_count, + optional<uint64_t> amount, uint32_t mixin_count, PendingTransaction::Priority priority = PendingTransaction::Priority_Low); virtual PendingTransaction * createSweepUnmixableTransaction(); |