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 2d8d57a commit 1e4a2c0Copy full SHA for 1e4a2c0
ts_src/psbt.ts
@@ -1775,7 +1775,7 @@ function getTaprootHashesForSigning(
1775
cache: PsbtCache,
1776
tapLeafHashToSign?: Uint8Array,
1777
allowedSighashTypes?: number[],
1778
-) {
+): { pubkey: Uint8Array; hash: Uint8Array; leafHash?: Uint8Array }[] {
1779
const sighashType = input.sighashType || Transaction.SIGHASH_DEFAULT;
1780
checkSighashTypeAllowed(sighashType, allowedSighashTypes);
1781
0 commit comments