From cfc7e6845ef1e44a8facafbfc3c1e6c037b0e3b1 Mon Sep 17 00:00:00 2001 From: Pavel Date: Sat, 28 Dec 2024 19:23:44 +0300 Subject: [PATCH] deposit.go --- beacon/blockchain/deposit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon/blockchain/deposit.go b/beacon/blockchain/deposit.go index 914be8be1c..1e10770e6e 100644 --- a/beacon/blockchain/deposit.go +++ b/beacon/blockchain/deposit.go @@ -30,7 +30,7 @@ import ( "github.com/berachain/beacon-kit/primitives/math" ) -// defaultRetryInterval processes a deposit event. +// defaultRetryInterval defines the interval between retry attempts for processing deposits. const defaultRetryInterval = 20 * time.Second func (s *Service[