mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
CAKE-238 | added ADA address type to the address_validator.dart
This commit is contained in:
parent
7ba379f388
commit
bcdd7bca27
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class AddressValidator extends TextValidator {
|
|||
case CryptoCurrency.xmr:
|
||||
return [95, 106];
|
||||
case CryptoCurrency.ada:
|
||||
return [59, 92, 105];
|
||||
return [59, 92, 104, 105];
|
||||
case CryptoCurrency.bch:
|
||||
return [42];
|
||||
case CryptoCurrency.bnb:
|
||||
|
|
Loading…
Reference in a new issue