Rename active_window_length to active_window_num_slots

This commit is contained in:
Carl
2019-02-21 14:36:50 -08:00
committed by Grimes
parent f77788447c
commit fc48062867
3 changed files with 29 additions and 26 deletions

View File

@@ -1788,7 +1788,9 @@ fn test_fullnode_rotate(
*/
let blocktree_config = fullnode_config.ledger_config();
fullnode_config.leader_scheduler_config.active_window_length = std::u64::MAX;
fullnode_config
.leader_scheduler_config
.active_window_num_slots = std::u64::MAX;
// Create the leader node information
let leader_keypair = Arc::new(Keypair::new());