diff --git a/scripts/lib.js b/scripts/lib.js index 042c730..f4697a6 100644 --- a/scripts/lib.js +++ b/scripts/lib.js @@ -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; }