Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-zq committed May 30, 2024
1 parent e6e8ec3 commit 01ebbfc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cmd/iris/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ func NewRootCmd() (*cobra.Command, params.EncodingConfig) {
return err
}

// converter.handlePreRun(cmd, args)

customTemplate, customIRISHubConfig := initAppConfig()
customTMConfig := initTendermintConfig()
return server.InterceptConfigsPreRunHandler(
Expand Down
2 changes: 0 additions & 2 deletions modules/guardian/types/msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import (
"github.com/cometbft/cometbft/crypto"

sdk "github.com/cosmos/cosmos-sdk/types"

_ "github.com/irisnet/irishub/v3/types"
)

// nolint: deadcode unused
Expand Down

0 comments on commit 01ebbfc

Please sign in to comment.