mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-19 12:56:12 +00:00
Fix error
This commit is contained in:
@@ -34,6 +34,7 @@ pub enum Error {
|
||||
GreaterThanCurrentEpoch { epoch: Epoch, current_epoch: Epoch },
|
||||
UnableToSignAttestation(AttestationError),
|
||||
UnableToSign(SigningError),
|
||||
Middleware(String),
|
||||
}
|
||||
|
||||
impl From<SigningError> for Error {
|
||||
|
||||
Reference in New Issue
Block a user