diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index 847f219a92ec7e2ac737670ea906e4276ed9eb90..98cccd7679ac71970c84e9a6799c6ebbdf83fa67 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -837,7 +837,7 @@ ApplicationWindow {
       TextField {
         id: txFuelRecipient
         placeholderText: "Contract address"
-        validator: RegExpValidator { regExp: /[a-f0-9]{40}/ }
+        //validator: RegExpValidator { regExp: /[a-f0-9]{40}/ }
         visible: false
         width: 530
       }
@@ -948,7 +948,7 @@ ApplicationWindow {
         id: txSimpleRecipient
         placeholderText: "Recipient address"
         Layout.fillWidth: true
-        validator: RegExpValidator { regExp: /[a-f0-9]{40}/ }
+        //validator: RegExpValidator { regExp: /[a-f0-9]{40}/ }
         width: 530
         onTextChanged: { checkFormState() }
       }