mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Add attester to beacon chain test harness
This commit is contained in:
@@ -3,11 +3,6 @@ use types::{AttestationData, Hash256};
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
pub enum Error {
|
||||
/*
|
||||
DBError(String),
|
||||
StateTransitionError(TransitionError),
|
||||
PresentSlotIsNone,
|
||||
*/
|
||||
SlotTooOld,
|
||||
PresentSlotUnknown,
|
||||
StateError,
|
||||
|
||||
Reference in New Issue
Block a user