We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce62c91 commit 3a0c94aCopy full SHA for 3a0c94a
beacon/sync/src/main/java/tech/pegasys/teku/beacon/sync/forward/multipeer/Sync.java
@@ -17,8 +17,8 @@
17
import tech.pegasys.teku.beacon.sync.forward.multipeer.chains.TargetChain;
18
import tech.pegasys.teku.infrastructure.async.SafeFuture;
19
import tech.pegasys.teku.infrastructure.unsigned.UInt64;
20
-import tech.pegasys.teku.spec.datastructures.blocks.SlotAndBlockRoot;
21
import tech.pegasys.teku.spec.datastructures.blocks.SignedBeaconBlock;
+import tech.pegasys.teku.spec.datastructures.blocks.SlotAndBlockRoot;
22
23
public interface Sync {
24
0 commit comments