mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 12:36:48 +00:00
Removed regexp for namereg
This commit is contained in:
parent
0b4c42d756
commit
efb3ee044b
1 changed files with 2 additions and 2 deletions
|
|
@ -837,7 +837,7 @@ ApplicationWindow {
|
||||||
TextField {
|
TextField {
|
||||||
id: txFuelRecipient
|
id: txFuelRecipient
|
||||||
placeholderText: "Contract address"
|
placeholderText: "Contract address"
|
||||||
validator: RegExpValidator { regExp: /[a-f0-9]{40}/ }
|
//validator: RegExpValidator { regExp: /[a-f0-9]{40}/ }
|
||||||
visible: false
|
visible: false
|
||||||
width: 530
|
width: 530
|
||||||
}
|
}
|
||||||
|
|
@ -948,7 +948,7 @@ ApplicationWindow {
|
||||||
id: txSimpleRecipient
|
id: txSimpleRecipient
|
||||||
placeholderText: "Recipient address"
|
placeholderText: "Recipient address"
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
validator: RegExpValidator { regExp: /[a-f0-9]{40}/ }
|
//validator: RegExpValidator { regExp: /[a-f0-9]{40}/ }
|
||||||
width: 530
|
width: 530
|
||||||
onTextChanged: { checkFormState() }
|
onTextChanged: { checkFormState() }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue