Skip to content

Commit

Permalink
fix(TransactionController): Add small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gantunesr committed Sep 8, 2021
1 parent 525319e commit a289caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction/TransactionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ export class TransactionController extends BaseController<
// Update state only if new transactions were fetched or
// the status or gas data of a transaction has changed
if (updateTxs) {
this.update({ transactions: this.trimTransactionsForState(allTxs) });
this.update({ transactions: allTxs });
}
return latestIncomingTxBlockNumber;
}
Expand Down

0 comments on commit a289caf

Please sign in to comment.