Skip to content

Commit 2a0a088

Browse files
committed
Exposing Prunning command from cosmos-sdk
1 parent 260b44b commit 2a0a088

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/fetchd/cmd/root.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package cmd
33
import (
44
"bufio"
55
"errors"
6+
"github.com/cosmos/cosmos-sdk/client/pruning"
67
"io"
78
"math/big"
89
"os"
@@ -145,6 +146,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
145146
queryCommand(),
146147
txCommand(),
147148
keys.Commands(app.DefaultNodeHome),
149+
pruning.PruningCmd(a.newApp),
148150
)
149151
}
150152

0 commit comments

Comments
 (0)