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 340efd9 commit 4d30786Copy full SHA for 4d30786
modules/utxo-lib/src/bitgo/wallet/Psbt.ts
@@ -357,6 +357,7 @@ export function parsePsbtInput(input: PsbtInput): ParsedPsbtP2ms | ParsedPsbtTap
357
return {
358
...parsedPubScript,
359
...signatures,
360
+ scriptType: parsedPubScript.scriptType,
361
};
362
}
363
if (parsedPubScript.scriptType === 'taprootScriptPathSpend') {
@@ -372,6 +373,7 @@ export function parsePsbtInput(input: PsbtInput): ParsedPsbtP2ms | ParsedPsbtTap
372
373
374
375
376
377
controlBlock,
378
scriptPathLevel,
379
leafVersion,
0 commit comments