Update lib.js
This commit is contained in:
parent
d67c6c9e05
commit
75696ff968
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user