mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 20:02:43 +00:00
Electra epoch processing
This commit is contained in:
@@ -25,6 +25,7 @@ pub enum EpochProcessingError {
|
||||
InvalidFlagIndex(usize),
|
||||
MilhouseError(milhouse::Error),
|
||||
EpochCache(EpochCacheError),
|
||||
SinglePassMissingActivationQueue,
|
||||
}
|
||||
|
||||
impl From<InclusionError> for EpochProcessingError {
|
||||
|
||||
Reference in New Issue
Block a user