Skip to content

Commit

Permalink
Issue MetaMask#29847: Removed and edited the code for useExternalServ…
Browse files Browse the repository at this point in the history
…ices check for isDecodeSignatureRequestEnabled
  • Loading branch information
rounakkraaj-1744 committed Jan 26, 2025
1 parent fad926a commit 109f5d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,6 @@ export default class MetamaskController extends EventEmitter {
trace,
decodingApiUrl: process.env.DECODING_API_URL,
isDecodeSignatureRequestEnabled: () =>
this.preferencesController.state.useExternalServices === true &&
this.preferencesController.state.useTransactionSimulations,
});

Expand Down

0 comments on commit 109f5d3

Please sign in to comment.