We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c8b6c3 + 031796b commit f439084Copy full SHA for f439084
1 file changed
modules/utxo-core/src/bip322/toSign.ts
@@ -59,7 +59,6 @@ export function addBip322Input(psbt: Psbt, message: string, addressDetails: Addr
59
hash: toSpendTx.getId(), // vin[0].prevout.hash = to_spend.txid
60
index: 0, // vin[0].prevout.n = 0
61
sequence: 0, // vin[0].nSequence = 0
62
- nonWitnessUtxo: toSpendTx.toBuffer(), // previous transaction for us to rebuild later to verify
63
sighashType: Transaction.SIGHASH_ALL,
64
});
65
const inputIndex = psbt.data.inputs.length - 1;
0 commit comments