Update beacon_node/beacon_chain/src/block_verification.rs

Co-authored-by: realbigsean <seananderson33@GMAIL.com>
This commit is contained in:
ethDreamer
2022-02-22 11:41:28 -06:00
committed by Mark Mackey
parent 467eb44858
commit 59a527c5ae

View File

@@ -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()