mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
Merge pull request #126 from cake-tech/CAKE-129-add-new-btc-address-in-the-validation
CAKE-129 | added new length of the new btc address in the address val…
This commit is contained in:
commit
9decb7d324
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