Skip to content

Commit

Permalink
minor copy edit
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo authored Mar 8, 2022
1 parent a0ba6b2 commit bd6d2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/phase0/fork-choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def on_attestation(store: Store, attestation: Attestation, is_from_block: bool=F

#### `on_attester_slashing`

*Note*: `on_attester_slashing` should be called while syncing and a node MUST maintain the equivocation set of `AttesterSlashing`s from at least the last finalized checkpoint
*Note*: `on_attester_slashing` should be called while syncing and a client MUST maintain the equivocation set of `AttesterSlashing`s from at least the latest finalized checkpoint.

```python
def on_attester_slashing(store: Store, attester_slashing: AttesterSlashing) -> None:
Expand Down

0 comments on commit bd6d2ad

Please sign in to comment.