aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-11-09 12:19:22 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-11-09 19:32:37 +0000
commit166962193790920d4ede16ce14407a4cbec5c332 (patch)
tree0e2d2ad1a8f93fcfd7e2e537224f1d21d2d4e3d1 /src/wallet/api/wallet.h
parentMerge pull request #1312 (diff)
downloadmonero-166962193790920d4ede16ce14407a4cbec5c332.tar.xz
wallet2_api: support for sweeping all
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h2
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();