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:
M 2020-10-29 20:04:40 +02:00
commit 9decb7d324

View file

@ -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: