From 59a527c5aef93b49e14b120207661e9f42e171d4 Mon Sep 17 00:00:00 2001 From: ethDreamer <37123614+ethDreamer@users.noreply.github.com> Date: Tue, 22 Feb 2022 11:41:28 -0600 Subject: [PATCH] Update beacon_node/beacon_chain/src/block_verification.rs Co-authored-by: realbigsean --- beacon_node/beacon_chain/src/block_verification.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/beacon_chain/src/block_verification.rs b/beacon_node/beacon_chain/src/block_verification.rs index f4b2833bb1..15bb47ef0a 100644 --- a/beacon_node/beacon_chain/src/block_verification.rs +++ b/beacon_node/beacon_chain/src/block_verification.rs @@ -1137,7 +1137,7 @@ impl<'a, T: BeaconChainTypes> FullyVerifiedBlock<'a, T> { if payload_verification_status == PayloadVerificationStatus::NotVerified { // Check the optimistic sync conditions before going further - // https://github.com/sigp/consensus-specs/blob/opt-sync-2/sync/optimistic.md#when-to-optimistically-import-blocks + // https://github.com/ethereum/consensus-specs/blob/v1.1.9/sync/optimistic.md#when-to-optimistically-import-blocks let current_slot = chain .slot_clock .now()