mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-29 05:39:24 +00:00
Update verify_exit to spec v0.6.1
This commit is contained in:
@@ -348,6 +348,8 @@ pub enum ExitValidationError {
|
||||
/// Describes why an object is invalid.
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum ExitInvalid {
|
||||
/// The specified validator is not active.
|
||||
NotActive(u64),
|
||||
/// The specified validator is not in the state's validator registry.
|
||||
ValidatorUnknown(u64),
|
||||
/// The specified validator has a non-maximum exit epoch.
|
||||
|
||||
Reference in New Issue
Block a user