From 166a0376ffd1f1eaa9bab3f0b2415e5af412cd2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blak?= Date: Tue, 23 Jul 2024 10:59:21 +0200 Subject: [PATCH] fix(SendModal): Allow to send 0 Closes: #15720 --- ui/imports/shared/popups/send/SendModal.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/imports/shared/popups/send/SendModal.qml b/ui/imports/shared/popups/send/SendModal.qml index 88e1770ca6..a4002bf674 100644 --- a/ui/imports/shared/popups/send/SendModal.qml +++ b/ui/imports/shared/popups/send/SendModal.qml @@ -447,7 +447,6 @@ StatusDialog { SQUtils.AmountsArithmetic.fromString(amount)) === -1 readonly property bool ready: valid && !empty && !balanceExceeded - && amount !== "0" readonly property string selectedSymbol: !!d.selectedHolding && !!d.selectedHolding.symbol