Skip to content

Commit

Permalink
fix debug iavl dump (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil authored Jan 26, 2024
1 parent 011cc6c commit bf2ba72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/seid/cmd/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
)

var modules = []string{
"dex", "wasm", "accesscontrol", "oracle", "epoch", "mint", "acc", "bank", "crisis", "feegrant", "staking", "distribution", "slashing", "gov", "params", "ibc", "upgrade", "evidence", "transfer", "tokenfactory",
"dex", "wasm", "aclaccesscontrol", "oracle", "epoch", "mint", "acc", "bank", "crisis", "feegrant", "staking", "distribution", "slashing", "gov", "params", "ibc", "upgrade", "evidence", "transfer", "tokenfactory",
}

func DumpIavlCmd() *cobra.Command {
Expand Down

0 comments on commit bf2ba72

Please sign in to comment.