Skip to content

Commit

Permalink
Merge pull request #70 from yihuang/impl-utility-traits
Browse files Browse the repository at this point in the history
Implement several utility trait
  • Loading branch information
liamsi committed Nov 28, 2019
2 parents 22e4b6e + 517068b commit 63e0928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendermint/src/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use signatory_dalek::Ed25519Verifier;
use subtle_encoding::base64;

/// Validator set contains a vector of validators
#[derive(Debug)]
#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct Set {
validators: Vec<Info>,
}
Expand Down

0 comments on commit 63e0928

Please sign in to comment.