Update note about changes to slash_validator.
This commit is contained in:
parent
680e264fa9
commit
08f9f81c1f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue