Skip to content

Commit

Permalink
fix: update link
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Dec 20, 2024
1 parent 0ac1cd2 commit 34f72e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/bunker_cases/midterm_slashing_penalty.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def get_validator_midterm_penalty(
) -> Gwei:
"""
Calculate midterm penalty for particular validator
https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/beacon-chain.md#slashings
https://github.com/ethereum/consensus-specs/blob/dev/specs/electra/beacon-chain.md#modified-process_slashings
"""
# We don't know validators effective balances on the moment of slashing,
# so we assume that it was at least `effective_balance`
Expand Down

0 comments on commit 34f72e4

Please sign in to comment.