Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add slashing protection repair cli (#295) #304

4 changes: 2 additions & 2 deletions docs/Reference/CLI/Subcommands/Slashing-Protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ Repairs corrupted slashing-protection data files used by Teku.
```

Reads and reports potential slashing-protection file problems, but doesn't update any files.
You can specify which files are checked using [`--config-file`](#config-file_2), [`--data-base-path`](#data-base-path-data-path),
or [`--network`](#network).
You can specify which files are checked using [`--config-file`](#config-file_2), [`--data-base-path`](#data-base-path-data-path).
Adding [`--network`](#network) will get the genesis time for the specified network if you need to calculate a slot.
rolandtyler marked this conversation as resolved.
Show resolved Hide resolved

### config-file

Expand Down