Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 4, 2024
1 parent 1d1ffbb commit f5712e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public SafeFuture<SendSignedBlockResult> sendSignedBlock(
final ValidatorApiChannel blockCreatorApiChannel =
blindedBlockCreatorCache.remove(slotAndBlockRoot);
LOG.info(
"Block for slot {} and block {} was blinded and will only be sent to the beacon node which created it.",
"Block for slot {} and root {} was blinded and will only be sent to the beacon node which created it.",
slotAndBlockRoot.getSlot(),
slotAndBlockRoot.getBlockRoot().toHexString());
return blockCreatorApiChannel.sendSignedBlock(blockContainer, broadcastValidationLevel);
Expand Down

0 comments on commit f5712e6

Please sign in to comment.