Merge pull request #183

e6e7a08 Fix mixin being wrong in sweep all transactions (moneromooo.monero)
This commit is contained in:
Riccardo Spagni 2016-11-24 12:28:31 +02:00
commit aca326f6f5
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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);
}