Skip to content

Commit

Permalink
Fixing a nit. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-ry4n committed Sep 20, 2024
1 parent dfb92fa commit 3f90ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public void processSlashings(
if (status.isSlashed()
&& epoch.plus(halfEpochsPerSlashingsVector).equals(status.getWithdrawableEpoch())) {

// EIP7251
// EIP-7251
final UInt64 effectiveBalanceIncrements =
status.getCurrentEpochEffectiveBalance().dividedBy(increment);
final UInt64 penalty =
Expand Down

0 comments on commit 3f90ab3

Please sign in to comment.