Skip to content

Commit

Permalink
Update ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/t…
Browse files Browse the repository at this point in the history
…ransactions/NewPooledTransactionHashesMessageProcessor.java

Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 authored Nov 30, 2023
1 parent 53a6ecb commit 101dc5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private void processNewPooledTransactionHashesMessage(
LOG.atTrace()
.setMessage(
"Received pooled transaction hashes message from {}... incoming hashes {}, incoming list {}")
.addArgument(peer == null ? null : peer.getShortNodeId())
.addArgument(() -> peer == null ? null : peer.getShortNodeId())
.addArgument(incomingTransactionHashes::size)
.addArgument(incomingTransactionHashes)
.log();
Expand Down

0 comments on commit 101dc5f

Please sign in to comment.