Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycodes committed Jul 23, 2021
1 parent 984a315 commit 1c70162
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/transaction/TransactionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,9 +502,6 @@ export class TransactionController extends BaseController<
try {
const { gas } = await this.estimateGas(transaction);
transaction.gas = gas;

// TODO(eip1559) check if this is not needed for legacy
// transaction.gasPrice = gasPrice;
} catch (error) {
this.failTransaction(transactionMeta, error);
return Promise.reject(error);
Expand Down

0 comments on commit 1c70162

Please sign in to comment.