Skip to content

Commit

Permalink
deposit.go
Browse files Browse the repository at this point in the history
  • Loading branch information
intls committed Dec 28, 2024
1 parent 1e1a869 commit cfc7e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/blockchain/deposit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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[
Expand Down

0 comments on commit cfc7e68

Please sign in to comment.