* test

* macos new build
This commit is contained in:
Omar Hatem 2024-12-03 14:04:11 +03:00 committed by GitHub
parent 0691b9ddb3
commit 01faeabefe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 11 additions and 14 deletions

View file

@ -134,7 +134,7 @@ class AddressValidator extends TextValidator {
case CryptoCurrency.btcln:
pattern = '(lnbc|LNBC)([0-9]{1,}[a-zA-Z0-9]+)';
default:
pattern = '[0-9a-zA-Z]+';
return '';
}
return '$BEFORE_REGEX($pattern)$AFTER_REGEX';