Move tower save into the VotingService

This commit is contained in:
Michael Vines
2021-07-22 12:49:58 -07:00
parent 5970083b4d
commit d7ab510229
5 changed files with 80 additions and 28 deletions

View File

@ -2890,7 +2890,7 @@ fn do_test_future_tower(cluster_mode: ClusterMode) {
let slots_per_epoch = 2048;
let node_stakes = match cluster_mode {
ClusterMode::MasterOnly => vec![100],
ClusterMode::MasterSlave => vec![100, 0],
ClusterMode::MasterSlave => vec![100, 1],
};
let validator_keys = vec![