Commit efb3ee04 authored by obscuren's avatar obscuren

Removed regexp for namereg

parent 0b4c42d7
......@@ -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() }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment