CAKE-129 | added new length of the new btc address in the address validator
OleksandrSobol committed
Oct 26, 2020 at 19:28 UTC
692c460988c7dadfba2a297cee851f024494e581
1 file changed
+1
-1
lib/core/address_validator.dart
+1
-1
@@ -60,7 +60,7 @@ class AddressValidator extends TextValidator {
60
case CryptoCurrency.bnb:
61
return [42];
62
case CryptoCurrency.btc:
63
- return [34, 42];
63
+ return [33, 34, 42];
64
case CryptoCurrency.dai:
65
return [42];
66
case CryptoCurrency.dash: