diff --git a/modules/abstract-utxo/src/transaction/fixedScript/explainTransaction.ts b/modules/abstract-utxo/src/transaction/fixedScript/explainTransaction.ts index 00b98f5361..4c1625a6b3 100644 --- a/modules/abstract-utxo/src/transaction/fixedScript/explainTransaction.ts +++ b/modules/abstract-utxo/src/transaction/fixedScript/explainTransaction.ts @@ -385,7 +385,7 @@ export function explainPsbt( customChangePubs?: bitgo.RootWalletKeys | string[]; }, network: utxolib.Network, - { strict = false }: { strict?: boolean } = {} + { strict = true }: { strict?: boolean } = {} ): TransactionExplanationUtxolibPsbt { const payGoVerificationInfo = getPayGoVerificationInfo(psbt, network); if (payGoVerificationInfo) {