mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
CAKE-187 | added new btc address for validation (address_validator.dart)
This commit is contained in:
parent
1afe4255a7
commit
e927df3712
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class AddressValidator extends TextValidator {
|
||||||
case CryptoCurrency.bnb:
|
case CryptoCurrency.bnb:
|
||||||
return [42];
|
return [42];
|
||||||
case CryptoCurrency.btc:
|
case CryptoCurrency.btc:
|
||||||
return [33, 34, 42];
|
return [33, 34, 42, 62];
|
||||||
case CryptoCurrency.dai:
|
case CryptoCurrency.dai:
|
||||||
return [42];
|
return [42];
|
||||||
case CryptoCurrency.dash:
|
case CryptoCurrency.dash:
|
||||||
|
|
Loading…
Reference in a new issue