Add voting service (#18552) (#18781)

This commit is contained in:
sakridge
2021-07-22 22:26:04 +02:00
committed by GitHub
parent 8c28f9b63e
commit 3539849a7f
4 changed files with 135 additions and 27 deletions

View File

@@ -83,6 +83,7 @@ pub mod unfrozen_gossip_verified_vote_hashes;
pub mod validator;
pub mod verified_vote_packets;
pub mod vote_stake_tracker;
pub mod voting_service;
pub mod weighted_shuffle;
pub mod window_service;