Merge master into develop

This commit is contained in:
Jack Zampolin 2019-04-26 13:56:02 -04:00
commit ea75ae5d47
No known key found for this signature in database
GPG Key ID: 888DC4CF24AAFC63
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
package client
import (
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"
"github.com/spf13/cobra"
"github.com/tendermint/go-amino"
sdkclient "github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/x/mint"
"github.com/cosmos/cosmos-sdk/x/mint/client/cli"
sdkclient "github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/x/mint"
"github.com/cosmos/cosmos-sdk/x/mint/client/cli"
)
type ModuleClient struct {