@vbyte/btc-dev 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/tx/util.js +0 -2
- package/dist/main.cjs +0 -2
- package/dist/main.cjs.map +1 -1
- package/dist/module.mjs +0 -2
- package/dist/module.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/dist/script.js +1 -1
- package/dist/script.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/tx/util.ts +0 -2
package/dist/module.mjs
CHANGED
|
@@ -10065,9 +10065,7 @@ function serialize_tx(txdata) {
|
|
|
10065
10065
|
}
|
|
10066
10066
|
|
|
10067
10067
|
function transcode_tx(txdata, use_segwit = true) {
|
|
10068
|
-
console.log('txdata:', txdata);
|
|
10069
10068
|
const decoded = decode_tx(txdata);
|
|
10070
|
-
console.log('decoded:', decoded);
|
|
10071
10069
|
return encode_tx(decoded, use_segwit);
|
|
10072
10070
|
}
|
|
10073
10071
|
function get_txid(txdata) {
|