Skip to content

Commit

Permalink
Fix flags in test
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrador committed Dec 3, 2024
1 parent 2272c27 commit 98adebe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/sonictool/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func Run() error {
flags.CacheFlag,
flags.LiveDbCacheFlag,
flags.ArchiveCacheFlag,
flags.StateDbCacheCapacityFlag,
}
app.Commands = []cli.Command{
{
Expand Down Expand Up @@ -62,9 +63,6 @@ Initialize the database using data from the experimental genesis file.
ArgsUsage: "<validators>",
Action: fakeGenesisImport,
Flags: []cli.Flag{
flags.LiveDbCacheFlag,
flags.ArchiveCacheFlag,
flags.StateDbCacheCapacityFlag,
ModeFlag,
},
Description: `
Expand Down

0 comments on commit 98adebe

Please sign in to comment.