Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Jan 29, 2025
1 parent 5b72d6a commit 77ca3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/executionclient/multi_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func (mc *MultiClient) Close() error {
// call calls f for all clients until it succeeds.
//
// If there's only one client, call just calls f for it. The maxTries parameter is ignored in this case.
// If forever is not 0, it tries all clients in a round-robin logic until the limit is hit,
// If maxTries is not 0, it tries all clients in a round-robin logic until the limit is hit,
// and if no client is available then it returns an error.
// If maxTries is 0, it iterates clients forever.
//
Expand Down

0 comments on commit 77ca3cf

Please sign in to comment.