Skip to content

Commit

Permalink
chore: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Nov 27, 2023
1 parent ec48ad9 commit 9bc1a71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/minid/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ func NewRootCmd() *cobra.Command {
return err
}

if err := client.SetCmdClientContextHandler(clientCtx, cmd); err != nil {
return err
}

// overwrite the minimum gas price from the app configuration
srvCfg := serverconfig.DefaultConfig()
srvCfg.MinGasPrices = "0mini"
Expand Down

0 comments on commit 9bc1a71

Please sign in to comment.