diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-05-05 11:22:46 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-05-05 11:22:46 +0200 |
| commit | 5566951ebae942e61f91ab4e5f4020b2fe4f920e (patch) | |
| tree | 640b13e0e4615e485ae7f3faaf374ed8157fa61b /src/wallet/api/wallet.cpp | |
| parent | 9a9fb0483f8a233ec506bb0ad8c60466b9977807 (diff) | |
| parent | 6df83b3efb31337ba832697783f6c6940b4fec6b (diff) | |
| download | monzero-core-5566951ebae942e61f91ab4e5f4020b2fe4f920e.tar.gz monzero-core-5566951ebae942e61f91ab4e5f4020b2fe4f920e.tar.xz monzero-core-5566951ebae942e61f91ab4e5f4020b2fe4f920e.zip | |
Merge pull request #1986
6df83b3e wallet: add sweep_below function (moneromooo-monero)
Diffstat (limited to 'src/wallet/api/wallet.cpp')
| -rw-r--r-- | src/wallet/api/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index fc2d6e755..21760ac49 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -952,7 +952,7 @@ PendingTransaction *WalletImpl::createTransaction(const string &dst_addr, const static_cast<uint32_t>(priority), extra, m_trustedDaemon); } else { - transaction->m_pending_tx = m_wallet->create_transactions_all(addr, fake_outs_count, 0 /* unlock_time */, + transaction->m_pending_tx = m_wallet->create_transactions_all(0, addr, fake_outs_count, 0 /* unlock_time */, static_cast<uint32_t>(priority), extra, m_trustedDaemon); } |
