bitpay / bitcore-lib

A pure and powerful JavaScript Bitcoin library
https://bitcore.io/
Other
611 stars 1.03k forks source link

Fix/isvalid prefix #198

Closed micahriggan closed 6 years ago

micahriggan commented 6 years ago

The following was returning true on master

bitcoreCash.Address.isValid('bitcoincash:qpm2qsznhks23z7629mms6s4cwef74vcwvy22gdx6a', 'regtest')

Now the network prefix is checked against the address. Adding tests. Fixing some spacing inconsistency.

matiu commented 6 years ago

Great work! thanks!