We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281a836 commit 4fa262dCopy full SHA for 4fa262d
cmd/seid/cmd/init.go
@@ -30,7 +30,7 @@ const (
30
// FlagOverwrite defines a flag to overwrite an existing genesis JSON file.
31
FlagOverwrite = "overwrite"
32
33
- // FlagSeed defines a flag to initialize the private validator key from a specific seed.
+ // FlagRecover defines a flag to initialize the private validator key from a specific seed.
34
FlagRecover = "recover"
35
)
36
0 commit comments