mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-11 03:59:37 +00:00
Prevent infinite loops
This commit is contained in:
@@ -22,6 +22,7 @@ pub enum Error {
|
||||
IsSyncing,
|
||||
ExecutionBlockNotFound(Hash256),
|
||||
ExecutionHeadBlockNotFound,
|
||||
ParentHashEqualsBlockHash(Hash256),
|
||||
}
|
||||
|
||||
impl From<reqwest::Error> for Error {
|
||||
|
||||
Reference in New Issue
Block a user