You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The decode() method in BitcoinCashAddress fails when decoding addresses with testnet (bchtest) or regtest (bchreg) prefixes, because it only expects a single HRP value for validation.
Problem
decode()method inBitcoinCashAddressfails when decoding addresses with testnet (bchtest) or regtest (bchreg) prefixes, because it only expects a single HRP value for validation.