Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshmuelov committed Dec 2, 2024
1 parent 9b81396 commit f668abe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eth/eventhandler/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ func (eh *EventHandler) handleShareCreation(

// Set the minimum participation epoch to match slashing protection.
// Note: The current epoch can differ from the epoch set in slashing protection
// due to the passage of time during the non-atomic update process.
// due to the passage of time between saving slashing protection data and setting
// the minimum participation epoch
share.SetMinParticipationEpoch(eh.networkConfig.Beacon.EstimatedCurrentEpoch() + contractParticipationDelay)
}

Expand Down

0 comments on commit f668abe

Please sign in to comment.