mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-02-02 19:26:27 +00:00
CAKE-129 | added new length of the new btc address in the address validator
This commit is contained in:
parent
44e55f0bc4
commit
692c460988
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 [34, 42];
|
||||
return [33, 34, 42];
|
||||
case CryptoCurrency.dai:
|
||||
return [42];
|
||||
case CryptoCurrency.dash:
|
||||
|
|
Loading…
Reference in a new issue