Improve slashing import log (#3122)

## Issue Addressed

N/A

## Proposed Changes

The slashing db import log showed the latest proposed block in the db as `latest block` which might be potentially confusing.
This commit is contained in:
Pawan Dhananjay 2022-03-28 07:14:16 +00:00
parent f8a1b428ef
commit 20e32f5812

View File

@ -158,7 +158,7 @@ pub fn cli_run<T: EthSpec>(
InterchangeImportOutcome::Success { pubkey, summary } => {
eprintln!("- {:?}", pubkey);
eprintln!(
" - latest block: {}",
" - latest proposed block: {}",
display_slot(summary.max_block_slot)
);
eprintln!(