We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4a2c0 commit 2cc07b1Copy full SHA for 2cc07b1
ts_src/psbt.ts
@@ -1799,7 +1799,7 @@ function getTaprootHashesForSigValidation(
1799
inputs: PsbtInput[],
1800
pubkey: Uint8Array,
1801
cache: PsbtCache,
1802
-) {
+): { pubkey: Uint8Array; hash: Uint8Array; leafHash?: Uint8Array }[] {
1803
const sighashType = input.sighashType || Transaction.SIGHASH_DEFAULT;
1804
const keySpend = Boolean(input.tapKeySig);
1805
return getTaprootHashesForSig(
0 commit comments