@caravan/psbt 2.0.1 → 2.0.2
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/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -123663,6 +123663,7 @@ inputs to protect against large fee attack`);
|
|
|
123663
123663
|
index: input.index,
|
|
123664
123664
|
transactionHex: fundingTxHex,
|
|
123665
123665
|
txid: (0, import_bufferutils.reverseBuffer)(input.hash).toString("hex"),
|
|
123666
|
+
sequence: input.sequence,
|
|
123666
123667
|
multisig
|
|
123667
123668
|
};
|
|
123668
123669
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -123642,6 +123642,7 @@ inputs to protect against large fee attack`);
|
|
|
123642
123642
|
index: input.index,
|
|
123643
123643
|
transactionHex: fundingTxHex,
|
|
123644
123644
|
txid: reverseBuffer(input.hash).toString("hex"),
|
|
123645
|
+
sequence: input.sequence,
|
|
123645
123646
|
multisig
|
|
123646
123647
|
};
|
|
123647
123648
|
});
|