From e05a5d73d5e38d2fc62b360439ed15ece161aad7 Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Mon, 19 Feb 2024 17:26:20 +0200 Subject: [PATCH] change comment --- .../pegasys/teku/spec/datastructures/state/AnchorPoint.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() {}