Skip to content

Commit

Permalink
Update flags.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjl10 authored Dec 14, 2024
1 parent 2d7a94e commit b3dc83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var (

// This flag is used to control if the DA Node registers itself when it starts.
// This is useful for testing and for hosted node where we don't want to have
// mannual operation with CLI to register.
// manual operation with CLI to register.
// By default, it will not register itself at start.
RegisterAtNodeStartFlag = cli.BoolFlag{
Name: common.PrefixFlag(FlagPrefix, "register-at-node-start"),
Expand Down

0 comments on commit b3dc83e

Please sign in to comment.