mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 05:44:44 +00:00
Implement database downgrade
This commit is contained in:
@@ -44,6 +44,7 @@ pub enum Error {
|
||||
computed: Hash256,
|
||||
},
|
||||
MissingStateRoot(Slot),
|
||||
MissingState(Hash256),
|
||||
BlockReplayError(BlockReplayError),
|
||||
#[cfg(feature = "milhouse")]
|
||||
MilhouseError(milhouse::Error),
|
||||
|
||||
Reference in New Issue
Block a user