mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 18:04:57 -05:00
Update note about changes to slash_validator.
This commit is contained in:
@@ -391,7 +391,8 @@ def get_inactivity_penalty_deltas(state: BeaconState) -> Tuple[Sequence[Gwei], S
|
||||
|
||||
#### Modified `slash_validator`
|
||||
|
||||
*Note*: The function `slash_validator` is modified to use `MIN_SLASHING_PENALTY_QUOTIENT_ALTAIR`.
|
||||
*Note*: The function `slash_validator` is modified to use `MIN_SLASHING_PENALTY_QUOTIENT_ALTAIR`
|
||||
and use `PROPOSER_WEIGHT` when calculating the proposer reward.
|
||||
|
||||
```python
|
||||
def slash_validator(state: BeaconState,
|
||||
|
||||
Reference in New Issue
Block a user