Modify the message when the selection of transactions is interrupted because it reached the maximum configured duration (#6814)

Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net>
pull/6823/head
ahamlat 8 months ago committed by GitHub
parent 15cbd8423b
commit bb647d1443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ethereum/blockcreation/src/main/java/org/hyperledger/besu/ethereum/blockcreation/txselection/BlockTransactionSelector.java

@ -192,7 +192,7 @@ public class BlockTransactionSelector {
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);

Loading…
Cancel
Save