From 0c468d342090a601a65fe559ad4f38b9724f9ca5 Mon Sep 17 00:00:00 2001 From: Geoff Stuart Date: Tue, 16 Jan 2024 09:31:09 -0500 Subject: [PATCH] Update relayer/relayer.go Co-authored-by: cam-schultz <78878559+cam-schultz@users.noreply.github.com> Signed-off-by: Geoff Stuart --- relayer/relayer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relayer/relayer.go b/relayer/relayer.go index ecf09a57..54794f8d 100644 --- a/relayer/relayer.go +++ b/relayer/relayer.go @@ -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 )