Skip to content

Commit f439084

Browse files
Merge pull request #8043 from BitGo/BTC-2998
chore(utxo-core): remove nonWitnessUtxo from Bip322 input
2 parents 2c8b6c3 + 031796b commit f439084

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/utxo-core/src/bip322/toSign.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export function addBip322Input(psbt: Psbt, message: string, addressDetails: Addr
5959
hash: toSpendTx.getId(), // vin[0].prevout.hash = to_spend.txid
6060
index: 0, // vin[0].prevout.n = 0
6161
sequence: 0, // vin[0].nSequence = 0
62-
nonWitnessUtxo: toSpendTx.toBuffer(), // previous transaction for us to rebuild later to verify
6362
sighashType: Transaction.SIGHASH_ALL,
6463
});
6564
const inputIndex = psbt.data.inputs.length - 1;

0 commit comments

Comments
 (0)