Skip to content

Commit 4fa262d

Browse files
committed
chore: fix problematic const name in comment
Signed-off-by: mountcount <[email protected]>
1 parent 281a836 commit 4fa262d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/seid/cmd/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const (
3030
// FlagOverwrite defines a flag to overwrite an existing genesis JSON file.
3131
FlagOverwrite = "overwrite"
3232

33-
// FlagSeed defines a flag to initialize the private validator key from a specific seed.
33+
// FlagRecover defines a flag to initialize the private validator key from a specific seed.
3434
FlagRecover = "recover"
3535
)
3636

0 commit comments

Comments
 (0)