mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +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:
|
||||
return [42];
|
||||
case CryptoCurrency.btc:
|
||||
return [33, 34, 42];
|
||||
return [33, 34, 42, 62];
|
||||
case CryptoCurrency.dai:
|
||||
return [42];
|
||||
case CryptoCurrency.dash:
|
||||
|
|
Loading…
Reference in a new issue