Skip to content

Commit

Permalink
add back testnet command
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Apr 30, 2024
1 parent 129501d commit 87c857d
Show file tree
Hide file tree
Showing 2 changed files with 511 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/starsd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func initRootCmd(
debug.Cmd(),
confixcmd.ConfigCommand(),
Bech32Cmd(),
NewTestnetCmd(basicManager),

Check warning on line 167 in cmd/starsd/cmd/root.go

View check run for this annotation

Codecov / codecov/patch

cmd/starsd/cmd/root.go#L167

Added line #L167 was not covered by tests
// pruning.Cmd(newApp, app.DefaultNodeHome),
// snapshot.Cmd(newApp),
)
Expand Down

0 comments on commit 87c857d

Please sign in to comment.