fix: some bech32 addresses were not recognised
This commit is contained in:
parent
44ba1b3d30
commit
f5c2f48efc
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@
|
|||
|
||||
return o;
|
||||
} else {
|
||||
return false;
|
||||
throw "Invalid checksum";
|
||||
}
|
||||
} catch(e) {
|
||||
bech32rs = coinjs.bech32redeemscript(addr);
|
||||
|
|
Loading…
Reference in a new issue