From f8bfc6135743623dc2e3cbffb4c3a273fec156a3 Mon Sep 17 00:00:00 2001 From: moshe-blox Date: Sun, 1 Dec 2024 19:32:05 +0200 Subject: [PATCH] comment --- eth/eventhandler/handlers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eth/eventhandler/handlers.go b/eth/eventhandler/handlers.go index e1d69c0548..4ec00eadf4 100644 --- a/eth/eventhandler/handlers.go +++ b/eth/eventhandler/handlers.go @@ -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 (