Skip to content

Commit

Permalink
review suggestion - remove BLOCK_MODULE_LINE_COUNT_FULL from rejected…
Browse files Browse the repository at this point in the history
… tx reporting reasons
  • Loading branch information
usmansaleem committed Nov 27, 2024
1 parent 420aae7 commit b7f07d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public LineaTransactionSelector(
if (rejectedTxJsonRpcManager.isPresent()) {
rejectedTransactionReasonsMap.add(TX_MODULE_LINE_COUNT_OVERFLOW.toString());
rejectedTransactionReasonsMap.add(TX_MODULE_LINE_COUNT_OVERFLOW_CACHED.toString());
rejectedTransactionReasonsMap.add(BLOCK_MODULE_LINE_COUNT_FULL.toString());
}

selectors =
Expand Down

0 comments on commit b7f07d8

Please sign in to comment.