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 0ede52b commit 9b0a95eCopy full SHA for 9b0a95e
ts_src/psbt.ts
@@ -995,7 +995,9 @@ export class Psbt {
995
sighashTypes,
996
);
997
998
- const signaturePromises: Promise<any>[] = [];
+ const signaturePromises: Promise<
999
+ { tapKeySig: Buffer } | { tapScriptSig: TapScriptSig[] }
1000
+ >[] = [];
1001
const tapKeyHash = hashesForSig.filter(h => !h.leafHash)[0];
1002
if (tapKeyHash) {
1003
const tapKeySigPromise = Promise.resolve(
0 commit comments