diff --git a/account_manager/src/validator/slashing_protection.rs b/account_manager/src/validator/slashing_protection.rs index e56a70472..f25bbd815 100644 --- a/account_manager/src/validator/slashing_protection.rs +++ b/account_manager/src/validator/slashing_protection.rs @@ -158,7 +158,7 @@ pub fn cli_run( InterchangeImportOutcome::Success { pubkey, summary } => { eprintln!("- {:?}", pubkey); eprintln!( - " - latest block: {}", + " - latest proposed block: {}", display_slot(summary.max_block_slot) ); eprintln!(