Skip to content

Commit

Permalink
stop passing in the provider and block tracker to the tx controller
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Feb 29, 2024
1 parent 6007184 commit fe8d13f
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 @@ -2239,7 +2239,7 @@ export default class MetamaskController extends EventEmitter {

this.ensController.delayedInit(this.provider);
this.accountTracker.delayedInit(this.blockTracker, this.provider);
this.txController.delayedInit(this.provider, this.blockTracker);
this.txController.initialization();
this.swapsController.delayedInit(this.provider);
this.smartTransactionsController.delayedInit(
this.provider,
Expand Down

0 comments on commit fe8d13f

Please sign in to comment.