Fix mixin being wrong in sweep all transactions

pull/2/head
moneromooo.monero 8 years ago
parent c83336cc47
commit e6e7a08c87

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