Tidy old comments

This commit is contained in:
Paul Hauner
2019-02-12 11:57:20 +11:00
parent 3b75e93122
commit f27308e377
2 changed files with 0 additions and 14 deletions

View File

@@ -40,14 +40,6 @@ pub enum AttestationParticipantsError {
CommitteesError(CommitteesError),
}
/*
#[derive(Debug, PartialEq)]
pub enum SlotProcessingError {
CommitteesError(CommitteesError),
EpochProcessingError(EpochError),
}
*/
#[derive(Debug, PartialEq)]
pub enum AttestationValidationError {
IncludedTooEarly,