Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moshe-blox committed Dec 1, 2024
1 parent 9471d11 commit f8bfc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eth/eventhandler/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (
// b64 encrypted key length is 256
const encryptedKeyLength = 256

// contractParticipationDelay is the number of epochs after which the validator can start participating
// on the contract after registration or reactivation.
// contractParticipationDelay is the number of epochs after contract registration or reactivation
// in which the validator can start participating.
const contractParticipationDelay phase0.Epoch = 1

var (
Expand Down

0 comments on commit f8bfc61

Please sign in to comment.