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:
parent
f8a1b428ef
commit
20e32f5812
@ -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!(
|
||||
|
Loading…
Reference in New Issue
Block a user