diff --git a/main.qml b/main.qml index c09f0c3c..7e84b4af 100644 --- a/main.qml +++ b/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); }