Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/prun-command' into feat/python…
Browse files Browse the repository at this point in the history
…-tests
  • Loading branch information
boogeroccam committed Nov 11, 2024
2 parents 1079312 + e8a9c77 commit 407ddfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/galacticad/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ import (
appparams "github.com/Galactica-corp/galactica/app/params"
"github.com/Galactica-corp/galactica/cmd/galacticad/cmd/ethkeys"
dbm "github.com/cosmos/cosmos-db"
"github.com/cosmos/cosmos-sdk/client/pruning"
"github.com/cosmos/cosmos-sdk/crypto/keyring"
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
txsign "github.com/cosmos/cosmos-sdk/types/tx/signing"
Expand Down Expand Up @@ -231,6 +232,7 @@ func initRootCmd(

rootCmd.AddCommand(
snapshot.Cmd(a.newApp),
pruning.Cmd(a.newApp, app.DefaultNodeHome),
)

rootCmd, err := srvflags.AddGlobalFlags(rootCmd)
Expand Down

0 comments on commit 407ddfd

Please sign in to comment.