mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 21:34:46 +00:00
fix initiate exit for single pass
This commit is contained in:
@@ -26,6 +26,8 @@ pub enum EpochProcessingError {
|
||||
MilhouseError(milhouse::Error),
|
||||
EpochCache(EpochCacheError),
|
||||
SinglePassMissingActivationQueue,
|
||||
MissingEarliestExitEpoch,
|
||||
MissingExitBalanceToConsume,
|
||||
}
|
||||
|
||||
impl From<InclusionError> for EpochProcessingError {
|
||||
|
||||
Reference in New Issue
Block a user