mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
@@ -37,9 +37,6 @@ impl Error {
|
||||
}
|
||||
|
||||
pub fn is_skipped(&self) -> bool {
|
||||
match self {
|
||||
Error::SkippedBls | Error::SkippedKnownFailure => true,
|
||||
_ => false,
|
||||
}
|
||||
matches!(self, Error::SkippedBls | Error::SkippedKnownFailure)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user