mirror of
https://github.com/OutCast3k/coinbin.git
synced 2025-07-21 08:04:34 +02:00
fix: some bech32 addresses were not recognised
This commit is contained in:
parent
44ba1b3d30
commit
f5c2f48efc
@ -307,7 +307,7 @@
|
|||||||
|
|
||||||
return o;
|
return o;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
throw "Invalid checksum";
|
||||||
}
|
}
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
bech32rs = coinjs.bech32redeemscript(addr);
|
bech32rs = coinjs.bech32redeemscript(addr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user