Skip to content

Commit

Permalink
peer review session complete (#7140)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Harris <[email protected]>
  • Loading branch information
rolfyone authored May 12, 2023
1 parent 190c768 commit c5ab2a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public SafeFuture<Optional<BeaconState>> getStateToValidate(

if (isJustificationTooOld(targetBlockRoot, targetBlockSlot.get())) {
// we already justified a more recent slot on all compatible heads
LOG.debug(
LOG.trace(
"Ignored attestation gossip: attestationData target {}, source {}, head {} , slot {}",
attestationData.getTarget().getRoot(),
attestationData.getSource().getRoot(),
Expand Down

0 comments on commit c5ab2a8

Please sign in to comment.