Update lib.js

This commit is contained in:
tripathyr 2023-10-19 10:20:22 +05:30 committed by GitHub
parent d67c6c9e05
commit 75696ff968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7969,6 +7969,7 @@
//Adding Taproot output writing
if (addr.type == "bech32m") {
s.writeBytes(Crypto.util.hexToBytes(addr.outstring));
s.buffer.shift(); //fix to remove the extra count byte coming in final txhex
return s;
}