Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed Dec 20, 2023
1 parent 1596dc3 commit 5cde764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/enable-validator-slashing-protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Your validator client must be connected to a beacon node that supports the `prop

## Side effects

The validator slashing protection is intended to prevent a massive slashing. When triggered the validator client will terminate and all the running validator will stop performing their duties.
The validator slashing protection is intended to prevent a massive slashing. When triggered, the validator client will terminate and all the running validator will stop performing their duties.

:::warning

Expand All @@ -47,6 +47,6 @@ You might still consider these side effects a worthwhile trade-off of the valida

When enabled, the validator slashing protection prints the following log when an owned validator is slashed:

```bash title="Example validator protection log when a validator is slashed"
```bash title="Example validator protection log when two owned validators are slashed"
Validator(s) with public key(s) {} got slashed: 0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001, 0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002. Shutting down validator client...
```

0 comments on commit 5cde764

Please sign in to comment.