aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
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);
}