diff --git a/ui/app/AppLayouts/Wallet/views/RecipientView.qml b/ui/app/AppLayouts/Wallet/views/RecipientView.qml index ad1ba54a83..44b7bcb1eb 100644 --- a/ui/app/AppLayouts/Wallet/views/RecipientView.qml +++ b/ui/app/AppLayouts/Wallet/views/RecipientView.qml @@ -168,7 +168,7 @@ Loader { readonly property var accountsSelectedEntry: ModelEntry { sourceModel: root.model key: "address" - value: root.selectedRecipientAddress + value: root.selectedRecipientAddress.toLowerCase() } readonly property var modelData: accountsSelectedEntry.available ? accountsSelectedEntry.item : null