Skip to content

Commit

Permalink
lambda
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed Nov 30, 2023
1 parent 101dc5f commit c25b70d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected PendingPeerRequest sendRequest() {
.setMessage("Requesting {} headers (hash {}...) from peer {}...")
.addArgument(count)
.addArgument(referenceHash.slice(0, 6))
.addArgument(peer.getShortNodeId())
.addArgument(peer::getShortNodeId)
.log();
return peer.getHeadersByHash(referenceHash, count, skip, reverse);
},
Expand Down

0 comments on commit c25b70d

Please sign in to comment.