mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-11 11:14:17 +00:00
Add note about syncing
This commit is contained in:
parent
15a90407ef
commit
a0ba6b2a1a
@ -467,6 +467,8 @@ 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
|
||||
|
||||
```python
|
||||
def on_attester_slashing(store: Store, attester_slashing: AttesterSlashing) -> None:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user