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.
2 parents eb12504 + 26f3eda commit 55d7cd5Copy full SHA for 55d7cd5
src/psbt.js
@@ -1358,7 +1358,7 @@ function getTaprootHashesForSig(
1358
inputIndex,
1359
signingScripts,
1360
values,
1361
- transaction_1.Transaction.SIGHASH_DEFAULT,
+ sighashType,
1362
tapLeaf.hash,
1363
);
1364
return {
ts_src/psbt.ts
@@ -1789,7 +1789,7 @@ function getTaprootHashesForSig(
1789
1790
1791
1792
- Transaction.SIGHASH_DEFAULT,
1793
1794
1795
0 commit comments