Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Nov 5, 2024
1 parent a8fe548 commit 911cda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func (b *Builder) SubscribeProposerConstraints() error {

// subscribeToRelayForConstraints loops almost indefinitely to subscribe to
// constraints forwarded by relays. If the subscription fails or it is lost, it
// retries every 10 seconds for a max of 10 minutes the restablish the
// retries every 10 seconds for a max of 10 minutes to restablish the
// connection before existing.
func (b *Builder) subscribeToRelayForConstraints(relayBaseEndpoint string) error {
attempts := 0
Expand Down

0 comments on commit 911cda3

Please sign in to comment.