mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #183
e6e7a08
Fix mixin being wrong in sweep all transactions (moneromooo.monero)
This commit is contained in:
commit
aca326f6f5
1 changed files with 1 additions and 1 deletions
2
main.qml
2
main.qml
|
@ -448,7 +448,7 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
if (amount === "(all)")
|
||||
currentWallet.createTransactionAllAsync(address, paymentId, amountxmr, mixinCount, priority);
|
||||
currentWallet.createTransactionAllAsync(address, paymentId, mixinCount, priority);
|
||||
else
|
||||
currentWallet.createTransactionAsync(address, paymentId, amountxmr, mixinCount, priority);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue