Skip to content

Commit a52c6cf

Browse files
committed
Clean up redundant regex chars
1 parent 0ca5032 commit a52c6cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qml/pages/wallet/Send.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ PageStack {
180180
text: root.recipient.address
181181
onTextEdited: root.recipient.address = address.text
182182
validator: RegularExpressionValidator {
183-
regularExpression: /^[1-9A-HJ-NP-Za-km-zac-hj-np-z02-9]+$/
183+
regularExpression: /^[0-9A-HJ-NP-Za-z]+$/
184184
}
185185
maximumLength: 62
186186
}

0 commit comments

Comments
 (0)