From 3120fe8eb3599aab7e62627462f6018ac5e1fe7b Mon Sep 17 00:00:00 2001 From: Gin Date: Tue, 19 Aug 2025 14:59:37 -0500 Subject: [PATCH] chore: remove obsolete TODO comment in startCmtNode function (#25203) Co-authored-by: Alex | Interchain Labs --- server/start.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/start.go b/server/start.go index dd09bf7d28..281906ce97 100644 --- a/server/start.go +++ b/server/start.go @@ -366,7 +366,6 @@ func startInProcess(svrCtx *Context, svrCfg serverconfig.Config, clientCtx clien return g.Wait() } -// TODO: Move nodeKey into being created within the function. func startCmtNode( ctx context.Context, cfg *cmtcfg.Config,