Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Nov 29, 2024
1 parent 02ec2d8 commit 558e021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ export default class MetamaskController extends EventEmitter {
decodingApiUrl: process.env.DECODING_API_URL,
isDecodeSignatureRequestEnabled: () =>
this.preferencesController.state.useExternalServices === true &&
this.preferencesController.state.useTransactionSimulations,
this.preferencesController.state.useTransactionSimulations && false,
});

this.signatureController.hub.on(
Expand Down

0 comments on commit 558e021

Please sign in to comment.