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 33f0e8e commit 2b6567aCopy full SHA for 2b6567a
modules/abstract-utxo/src/transaction/fixedScript/explainTransaction.ts
@@ -385,7 +385,7 @@ export function explainPsbt(
385
customChangePubs?: bitgo.RootWalletKeys | string[];
386
},
387
network: utxolib.Network,
388
- { strict = false }: { strict?: boolean } = {}
+ { strict = true }: { strict?: boolean } = {}
389
): TransactionExplanationUtxolibPsbt {
390
const payGoVerificationInfo = getPayGoVerificationInfo(psbt, network);
391
if (payGoVerificationInfo) {
0 commit comments