Skip to content

Commit

Permalink
Update relayer/relayer.go
Browse files Browse the repository at this point in the history
Co-authored-by: cam-schultz <78878559+cam-schultz@users.noreply.github.com>
Signed-off-by: Geoff Stuart <geoff.vball@gmail.com>
  • Loading branch information
geoff-vball and cam-schultz authored Jan 16, 2024
1 parent 5c87991 commit 0c468d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (

const (
maxSubscribeAttempts = 10
// TODO increase number of resubscribe attempts when we are able to process missed blocks and
// TODO attempt to resubscribe in perpetuity once we are able to process missed blocks and
// refresh the chain config on reconnect.
maxResubscribeAttempts = 10
)
Expand Down

0 comments on commit 0c468d3

Please sign in to comment.