Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion modules/utxo-core/src/bip322/toSign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export function addBip322Input(psbt: Psbt, message: string, addressDetails: Addr
hash: toSpendTx.getId(), // vin[0].prevout.hash = to_spend.txid
index: 0, // vin[0].prevout.n = 0
sequence: 0, // vin[0].nSequence = 0
nonWitnessUtxo: toSpendTx.toBuffer(), // previous transaction for us to rebuild later to verify
sighashType: Transaction.SIGHASH_ALL,
});
const inputIndex = psbt.data.inputs.length - 1;
Expand Down
Loading