Skip to content

Commit 1e4a2c0

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

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
@@ -1775,7 +1775,7 @@ function getTaprootHashesForSigning(
17751775
cache: PsbtCache,
17761776
tapLeafHashToSign?: Uint8Array,
17771777
allowedSighashTypes?: number[],
1778-
) {
1778+
): { pubkey: Uint8Array; hash: Uint8Array; leafHash?: Uint8Array }[] {
17791779
const sighashType = input.sighashType || Transaction.SIGHASH_DEFAULT;
17801780
checkSighashTypeAllowed(sighashType, allowedSighashTypes);
17811781

0 commit comments

Comments
 (0)