mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 04:48:21 +00:00
Partially implement optimised lmd ghost.
- Creates fork-choice trait. - Corrects comment spelling in beacon block. - Implements helper functions of optimised lmd ghost.
This commit is contained in:
@@ -33,7 +33,7 @@ pub enum Error {
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum ValidBlock {
|
||||
/// The block was sucessfully processed.
|
||||
/// The block was successfully processed.
|
||||
Processed,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user