ognus / wallet-address-validator

Useful library for validation of Bitcoin, Litecoin, Ethereum and other cryptocoin addresses
MIT License
263 stars 128 forks source link

BTC BECH32 address validates for LTC #73

Open CherryDT opened 4 years ago

CherryDT commented 4 years ago
console.log(WAValidator.validate('bc1qrtxhj9tez95zmpkz0fzahc2qpal0q8znafa42d', 'LTC'))
// Result: true

This should not be valid.