mirror of
https://github.com/ok2/coinbin.git
synced 2026-05-09 18:15:23 +02:00
Merge pull request #208 from jmacxx/fix_bech32_address_decoding
fix: some bech32 addresses were not recognised
This commit is contained in:
+1
-1
@@ -307,7 +307,7 @@
|
||||
|
||||
return o;
|
||||
} else {
|
||||
return false;
|
||||
throw "Invalid checksum";
|
||||
}
|
||||
} catch(e) {
|
||||
bech32rs = coinjs.bech32redeemscript(addr);
|
||||
|
||||
Reference in New Issue
Block a user