Skip to content

Commit

Permalink
Register prune command (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
codchen authored Apr 12, 2023
1 parent 23c511f commit a00acad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/seid/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/debug"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/client/keys"
"github.com/cosmos/cosmos-sdk/client/pruning"
"github.com/cosmos/cosmos-sdk/client/rpc"
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/server"
Expand Down Expand Up @@ -132,6 +133,7 @@ func initRootCmd(
tmcli.NewCompletionCmd(rootCmd, true),
debugCmd,
config.Cmd(),
pruning.PruningCmd(newApp),
)

tracingProviderOpts, err := tracing.GetTracerProviderOptions(tracing.DefaultTracingURL)
Expand Down

0 comments on commit a00acad

Please sign in to comment.