Merge pull request #208 from jmacxx/fix_bech32_address_decoding

fix: some bech32 addresses were not recognised
This commit is contained in:
OutCast3k 2020-02-23 19:54:46 +00:00 committed by GitHub
commit a199d3a55c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,7 +307,7 @@
return o;
} else {
return false;
throw "Invalid checksum";
}
} catch(e) {
bech32rs = coinjs.bech32redeemscript(addr);