From efb3ee044b6bc05b73794450ec4b1953fe38350a Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Thu, 29 May 2014 11:49:59 +0200
Subject: Removed regexp for namereg

---
 ethereal/assets/qml/wallet.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index 847f219a9..98cccd767 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() }
       }
-- 
cgit v1.2.3