Skip to content

Commit

Permalink
feat(cmd): nit - remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Nov 23, 2023
1 parent 8fde59e commit 4a2e37e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand All @@ -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(),
Expand Down

0 comments on commit 4a2e37e

Please sign in to comment.