Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Update ethcore/src/engines/validator_set/simple_list.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
  • Loading branch information
dvdplm and ltfschoen authored Jun 12, 2019
1 parent 070e585 commit 353e6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/src/engines/validator_set/simple_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl SimpleList {
warn!(target: "engine", "Running AuRa with a single validator implies instant finality. Use a database?");
}
if validator_count % 2 == 0 {
warn!(target: "engine", "Running AuRa with an even number of validators is not recommented (risk of network split).");
warn!(target: "engine", "Running AuRa with an even number of validators is not recommended (risk of network split).");
}
SimpleList { validators }
}
Expand Down

0 comments on commit 353e6b9

Please sign in to comment.