mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 14:54:45 +00:00
Update beacon_node/beacon_chain/src/block_verification.rs
Co-authored-by: realbigsean <seananderson33@GMAIL.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user