Skip to content

Commit

Permalink
Exposing Prunning command from cosmos-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
pbukva committed Aug 9, 2023
1 parent 260b44b commit 2a0a088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/fetchd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package cmd
import (
"bufio"
"errors"
"github.com/cosmos/cosmos-sdk/client/pruning"
"io"
"math/big"
"os"
Expand Down Expand Up @@ -145,6 +146,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
queryCommand(),
txCommand(),
keys.Commands(app.DefaultNodeHome),
pruning.PruningCmd(a.newApp),
)
}

Expand Down

0 comments on commit 2a0a088

Please sign in to comment.