forked from Public/monero-gui
Fix mixin being wrong in sweep all transactions
This commit is contained in:
2
main.qml
2
main.qml
@@ -448,7 +448,7 @@ ApplicationWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (amount === "(all)")
|
if (amount === "(all)")
|
||||||
currentWallet.createTransactionAllAsync(address, paymentId, amountxmr, mixinCount, priority);
|
currentWallet.createTransactionAllAsync(address, paymentId, mixinCount, priority);
|
||||||
else
|
else
|
||||||
currentWallet.createTransactionAsync(address, paymentId, amountxmr, mixinCount, priority);
|
currentWallet.createTransactionAsync(address, paymentId, amountxmr, mixinCount, priority);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user