Skip to content

Commit 2cc07b1

Browse files
summraznboiCopilot
andauthored
Update ts_src/psbt.ts
Co-authored-by: Copilot <[email protected]>
1 parent 1e4a2c0 commit 2cc07b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts_src/psbt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@ function getTaprootHashesForSigValidation(
17991799
inputs: PsbtInput[],
18001800
pubkey: Uint8Array,
18011801
cache: PsbtCache,
1802-
) {
1802+
): { pubkey: Uint8Array; hash: Uint8Array; leafHash?: Uint8Array }[] {
18031803
const sighashType = input.sighashType || Transaction.SIGHASH_DEFAULT;
18041804
const keySpend = Boolean(input.tapKeySig);
18051805
return getTaprootHashesForSig(

0 commit comments

Comments
 (0)