validators -> authorities

This commit is contained in:
keorn
2016-10-05 14:31:31 +01:00
parent a03db2ff29
commit 64d7bcbd0c
3 changed files with 4 additions and 4 deletions

View File

@@ -279,7 +279,7 @@ impl Spec {
}
/// Create a new Spec with Tendermint consensus which does internal sealing (not requiring work).
/// Account "0".sha3() and "1".sha3() are a validators.
/// Account "0".sha3() and "1".sha3() are a authorities.
pub fn new_test_tendermint() -> Self {
Spec::load(include_bytes!("../../res/tendermint.json") as &[u8]).expect("tendermint.json is invalid")
}