--verbose now causes show-block-production to list all slots and highlight the specific misses (#7582)

This commit is contained in:
Michael Vines
2019-12-20 09:38:08 -07:00
committed by GitHub
parent a7040896f0
commit 8886db2000
2 changed files with 32 additions and 16 deletions

View File

@@ -1136,7 +1136,7 @@ pub fn process_command(config: &CliConfig) -> ProcessResult {
commitment_config,
),
CliCommand::ShowBlockProduction { epoch, slot_limit } => {
process_show_block_production(&rpc_client, *epoch, *slot_limit)
process_show_block_production(&rpc_client, config, *epoch, *slot_limit)
}
CliCommand::ShowGossip => process_show_gossip(&rpc_client),
CliCommand::ShowValidators { use_lamports_unit } => {