mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +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!(
|
||||
"{}/{}\tIndex: {}\t0x{}",
|
||||
index - first_index,
|
||||
count - first_index,
|
||||
index - first_index + 1,
|
||||
count,
|
||||
index,
|
||||
voting_pubkey
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user