mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 13:24:39 +00:00
Show correct total validator count during validator recovery (#6153)
* Show correct total count during validator recovery * Start current recovery count at one Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com>
This commit is contained in:
@@ -147,8 +147,8 @@ pub fn cli_run(matches: &ArgMatches, validator_dir: PathBuf) -> Result<(), Strin
|
|||||||
|
|
||||||
println!(
|
println!(
|
||||||
"{}/{}\tIndex: {}\t0x{}",
|
"{}/{}\tIndex: {}\t0x{}",
|
||||||
index - first_index,
|
index - first_index + 1,
|
||||||
count - first_index,
|
count,
|
||||||
index,
|
index,
|
||||||
voting_pubkey
|
voting_pubkey
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user