Skip to content

Commit

Permalink
Fix tiny typo (#4085)
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio committed Apr 10, 2019
1 parent eb51a6f commit 1bd579d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/mint/client/module_client.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package clientpackage
package client

import (
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"

"github.com/cosmos/cosmos-sdk/client"
sdkclient "github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/x/mint"
"github.com/cosmos/cosmos-sdk/x/mint/client/cli"
)
Expand All @@ -27,7 +27,7 @@ func (mc ModuleClient) GetQueryCmd() *cobra.Command {
}

mintingQueryCmd.AddCommand(
client.GetCommands(
sdkclient.GetCommands(
cli.GetCmdQueryParams(mc.cdc),
cli.GetCmdQueryInflation(mc.cdc),
cli.GetCmdQueryAnnualProvisions(mc.cdc),
Expand Down

0 comments on commit 1bd579d

Please sign in to comment.