validator: Consider the activated stake of this node to be online again (#9573)

automerge
This commit is contained in:
Michael Vines
2020-04-18 10:16:19 -07:00
committed by GitHub
parent 729cb5eec6
commit a7aa7e172b
2 changed files with 6 additions and 2 deletions

View File

@ -161,6 +161,7 @@ fn test_validator_exit_2() {
let num_nodes = 2;
let mut validator_config = ValidatorConfig::default();
validator_config.rpc_config.enable_validator_exit = true;
validator_config.wait_for_supermajority = Some(0);
let config = ClusterConfig {
cluster_lamports: 10_000,