mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Fix typo
This commit is contained in:
@@ -768,7 +768,7 @@ where
|
|||||||
.ok_or_else(|| Error::InvalidBlock(InvalidBlock::UnknownParent(block.parent_root())))?;
|
.ok_or_else(|| Error::InvalidBlock(InvalidBlock::UnknownParent(block.parent_root())))?;
|
||||||
|
|
||||||
// Blocks cannot be in the future. If they are, their consideration must be delayed until
|
// Blocks cannot be in the future. If they are, their consideration must be delayed until
|
||||||
// the are in the past.
|
// they are in the past.
|
||||||
//
|
//
|
||||||
// Note: presently, we do not delay consideration. We just drop the block.
|
// Note: presently, we do not delay consideration. We just drop the block.
|
||||||
if block.slot() > current_slot {
|
if block.slot() > current_slot {
|
||||||
|
|||||||
Reference in New Issue
Block a user