From 989e5a90e601418ca9ffe27843609fdaadde50b1 Mon Sep 17 00:00:00 2001 From: Sale Djenic Date: Tue, 23 Jul 2024 09:39:32 +0200 Subject: [PATCH] fix: recalculation is not happening when changing amounts in custom bridge flow Fixes: #15699 --- ui/imports/shared/popups/send/SendModal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/imports/shared/popups/send/SendModal.qml b/ui/imports/shared/popups/send/SendModal.qml index 1a30e203b9..88e1770ca6 100644 --- a/ui/imports/shared/popups/send/SendModal.qml +++ b/ui/imports/shared/popups/send/SendModal.qml @@ -612,7 +612,7 @@ StatusDialog { interactive: popup.interactive selectedRecipient: popup.preSelectedRecipient ensAddressOrEmpty: recipientInputLoader.resolvedENSAddress - amountToSend: amountToSend.cryptoValueToSendFloat + amountToSend: amountToSend.asNumber minSendCryptoDecimals: amountToSend.minSendCryptoDecimals minReceiveCryptoDecimals: amountToSend.minReceiveCryptoDecimals selectedAsset: d.selectedHolding