Skip to content

Commit

Permalink
Rollback command (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzampolin authored and ValarDragon committed Nov 19, 2021
1 parent 17a7491 commit bb2f4cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/osmosisd/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli"
"github.com/spf13/cast"
"github.com/spf13/cobra"
tmcmds "github.com/tendermint/tendermint/cmd/tendermint/commands"
tmcli "github.com/tendermint/tendermint/libs/cli"
"github.com/tendermint/tendermint/libs/log"
dbm "github.com/tendermint/tm-db"
Expand Down Expand Up @@ -115,6 +116,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
ImportGenesisAccountsFromSnapshotCmd(osmosis.DefaultNodeHome),
tmcli.NewCompletionCmd(rootCmd, true),
testnetCmd(osmosis.ModuleBasics, banktypes.GenesisBalancesIterator{}),
tmcmds.RollbackStateCmd,
debugCmd,
config.Cmd(),
)
Expand Down

0 comments on commit bb2f4cf

Please sign in to comment.