From 4a2e37ed3f53ce91765c12b52d5e08afa9f3a751 Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Thu, 23 Nov 2023 08:03:29 -0800 Subject: [PATCH] feat(cmd): nit - remove comments --- cmd/node.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/node.go b/cmd/node.go index c3a403eb63..3cdcb29c05 100644 --- a/cmd/node.go +++ b/cmd/node.go @@ -43,8 +43,6 @@ func NewLight(options ...func(*cobra.Command, []*pflag.FlagSet)) *cobra.Command p2p.Flags(), header.Flags(), MiscFlags(), - // NOTE: for now, state-related queries can only be accessed - // over an RPC connection with a celestia-core node. core.Flags(), rpc.Flags(), gateway.Flags(), @@ -70,8 +68,6 @@ func NewFull(options ...func(*cobra.Command, []*pflag.FlagSet)) *cobra.Command { p2p.Flags(), header.Flags(), MiscFlags(), - // NOTE: for now, state-related queries can only be accessed - // over an RPC connection with a celestia-core node. core.Flags(), rpc.Flags(), gateway.Flags(),