Skip to content

Commit c31576a

Browse files
Merge pull request #7698 from BitGo/BTC-2841
feat(abstract-utxo): set default strict to true for paygo ver
2 parents a5a951b + 2b6567a commit c31576a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/abstract-utxo/src/transaction/fixedScript/explainTransaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export function explainPsbt(
385385
customChangePubs?: bitgo.RootWalletKeys | string[];
386386
},
387387
network: utxolib.Network,
388-
{ strict = false }: { strict?: boolean } = {}
388+
{ strict = true }: { strict?: boolean } = {}
389389
): TransactionExplanationUtxolibPsbt {
390390
const payGoVerificationInfo = getPayGoVerificationInfo(psbt, network);
391391
if (payGoVerificationInfo) {

0 commit comments

Comments
 (0)