mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
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:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user