Skip to content

Commit

Permalink
Remove unused ConsensusKind enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
afck committed Jul 4, 2019
1 parent e67445f commit 1c62c33
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions json/src/spec/authority_round.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ use uint::Uint;
use bytes::Bytes;
use super::{StepDuration, ValidatorSet};

#[derive(Debug, Deserialize, PartialEq)]
#[serde(rename_all = "lowercase")]
pub enum ConsensusKind {
Poa,
Pos,
}

/// Authority params deserialization.
#[derive(Debug, PartialEq, Deserialize)]
#[serde(deny_unknown_fields)]
Expand Down

0 comments on commit 1c62c33

Please sign in to comment.