diff --git a/cmd/neutrond/root.go b/cmd/neutrond/root.go index 112182eba..e300737cb 100644 --- a/cmd/neutrond/root.go +++ b/cmd/neutrond/root.go @@ -7,6 +7,8 @@ import ( "os" "path/filepath" + "github.com/cosmos/cosmos-sdk/client/pruning" + "cosmossdk.io/log" "cosmossdk.io/store" "cosmossdk.io/store/snapshots" @@ -175,6 +177,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) { queryCommand(), txCommand(), keys.Commands(), + pruning.Cmd(ac.newApp, app.DefaultNodeHome), ) }