Validators now vote once a second regardless

This commit is contained in:
Michael Vines
2018-07-19 21:27:35 -07:00
parent 80a02359f7
commit 7672506b45
5 changed files with 199 additions and 73 deletions

View File

@@ -49,6 +49,7 @@ pub mod timing;
pub mod tpu;
pub mod transaction;
pub mod tvu;
pub mod vote_stage;
pub mod voting;
pub mod window_stage;
pub mod write_stage;