mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-01 03:33:47 +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 } => {
|
InterchangeImportOutcome::Success { pubkey, summary } => {
|
||||||
eprintln!("- {:?}", pubkey);
|
eprintln!("- {:?}", pubkey);
|
||||||
eprintln!(
|
eprintln!(
|
||||||
" - latest block: {}",
|
" - latest proposed block: {}",
|
||||||
display_slot(summary.max_block_slot)
|
display_slot(summary.max_block_slot)
|
||||||
);
|
);
|
||||||
eprintln!(
|
eprintln!(
|
||||||
|
|||||||
Reference in New Issue
Block a user