php-cryptocurrency-address-validation icon indicating copy to clipboard operation
php-cryptocurrency-address-validation copied to clipboard

LTC adres "M"problem validation

Open MrLei opened this issue 6 years ago • 1 comments

Addresses where start to "M" can't valid correct. Example adres
M8aBZjuAoTrZJVH84tcusD77JAMuo6Fxud Meaby in class LTC
protected $base58PrefixToHexVersion 'M' => '31', need 'M' => '32', ?

MrLei avatar Sep 03 '19 11:09 MrLei

If it solves the problem then why not. Feel free to add it, update the test and make a pull request. Thank you!

murich avatar Sep 04 '19 18:09 murich