Skip to content

Commit

Permalink
Modify the message when the selection of transactions is interrupted …
Browse files Browse the repository at this point in the history
…because it reached the maximum configured duration (#6814)

Signed-off-by: Ameziane H <[email protected]>
  • Loading branch information
ahamlat authored Mar 26, 2024
1 parent 15cbd84 commit bb647d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private void timeLimitedSelection() {
isTimeout.set(true);
}
LOG.warn(
"Interrupting transaction selection since it is taking more than the max configured time of "
"Interrupting the selection of transactions for block inclusion as it exceeds the maximum configured duration of "
+ blockTxsSelectionMaxTime
+ "ms",
e);
Expand Down

0 comments on commit bb647d1

Please sign in to comment.