php-cryptocurrency-address-validation
php-cryptocurrency-address-validation copied to clipboard
LTC adres "M"problem validation
Addresses where start to "M" can't valid correct. Example adres
M8aBZjuAoTrZJVH84tcusD77JAMuo6Fxud
Meaby in class LTC
protected $base58PrefixToHexVersion
'M' => '31',
need 'M' => '32',
?
If it solves the problem then why not. Feel free to add it, update the test and make a pull request. Thank you!