diff --git a/ethereum/spec/src/main/java/tech/pegasys/teku/spec/datastructures/state/AnchorPoint.java b/ethereum/spec/src/main/java/tech/pegasys/teku/spec/datastructures/state/AnchorPoint.java index 347e7436fbf..214c84f51d0 100644 --- a/ethereum/spec/src/main/java/tech/pegasys/teku/spec/datastructures/state/AnchorPoint.java +++ b/ethereum/spec/src/main/java/tech/pegasys/teku/spec/datastructures/state/AnchorPoint.java @@ -121,7 +121,10 @@ public static AnchorPoint fromInitialBlockAndState( return new AnchorPoint(spec, checkpoint, state, block); } - /** Skipping verification in the super class. All checks are made in {@link #verifyAnchor()} */ + /** + * Skipping verification in the super class. All checks are made in {@link #verifyAnchor()} + * instead + */ @Override protected void verifyStateAndBlockConsistency() {}