Fix vote polling (#8829)

Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
carllin
2020-03-15 20:31:05 -07:00
committed by GitHub
parent 49706172f3
commit 9afc5da2e1
4 changed files with 323 additions and 72 deletions

View File

@@ -58,6 +58,7 @@ pub mod tpu;
pub mod transaction_status_service;
pub mod tvu;
pub mod validator;
pub mod verified_vote_packets;
pub mod weighted_shuffle;
pub mod window_service;