Skip to content

Commit

Permalink
chore: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Aug 13, 2024
1 parent 9c83c63 commit d263fc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ifeq (rocksdb,$(findstring rocksdb,$(COSMOS_BUILD_OPTIONS)))
endif
endif

# Rosetta
# Rosetta support
ifeq ($(ENABLE_ROSETTA),true)
BUILD_TAGS += rosetta
endif
Expand Down
3 changes: 0 additions & 3 deletions cmd/sedad/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ func NewRootCmd() *cobra.Command {

initRootCmd(rootCmd, encodingConfig, tempApp.BasicModuleManager())
addRosettaCmd(rootCmd, encodingConfig)
// rootCmd.AddCommand(
// rosettaCmd.RosettaCommand(encodingConfig.InterfaceRegistry, encodingConfig.Marshaler),
// )

autoCliOpts := tempApp.AutoCliOpts()
initClientCtx, _ = config.ReadFromClientConfig(initClientCtx)
Expand Down

0 comments on commit d263fc4

Please sign in to comment.