Skip to content

Commit

Permalink
addressing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrans committed Aug 12, 2024
1 parent f528949 commit ec12db1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/transaction-controller/src/TransactionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1107,8 +1107,6 @@ export class TransactionController extends BaseController<
},
);

// Ensure transaction parameters are still valid before adding metadata to state.
validateTxParams(addedTransactionMeta.txParams, isEIP1559Compatible);
this.addMetadata(addedTransactionMeta);

if (requireApproval !== false) {
Expand Down

0 comments on commit ec12db1

Please sign in to comment.