Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
adonesky1 committed Sep 28, 2023
1 parent 1233d29 commit c5a9e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gas-fee-controller/src/GasFeeController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ export class GasFeeController extends PollingController<
async #fetchGasFeeEstimateForNetworkClientId(networkClientId: string) {
let isEIP1559Compatible = false;

const networkClient = await this.messagingSystem.call(
const networkClient = this.messagingSystem.call(
'NetworkController:getNetworkClientById',
networkClientId,
);
Expand Down

0 comments on commit c5a9e98

Please sign in to comment.