Skip to content

Commit

Permalink
Fix wrong l2 txs count on state update page (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
torztomasz committed Aug 21, 2023
1 parent 442cdea commit a2fdfad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ export class StateUpdateController {
priceChanges: priceEntries,
l2Transactions: l2Transactions.map(l2TransactionToEntry),
totalL2Transactions: sumUpTransactionCount(
preprocessedStateDetails?.cumulativeL2TransactionsStatistics
preprocessedStateDetails?.l2TransactionsStatistics,
this.excludeL2TransactionTypes
),
transactions,
totalTransactions: totalForcedUserTransactions,
Expand Down

0 comments on commit a2fdfad

Please sign in to comment.