CAKE-129 | added new length of the new btc address in the address validator

wownero
OleksandrSobol 4 years ago
parent 44e55f0bc4
commit 692c460988

@ -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…
Cancel
Save