Update alias.go, format, clean imports

This commit is contained in:
Ethan Frey
2020-05-13 22:55:07 +02:00
parent c829fcff5a
commit 95bd9e8efa
12 changed files with 48 additions and 20 deletions

View File

@@ -18,14 +18,13 @@ import (
tmtypes "github.com/tendermint/tendermint/types"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmwasm/wasmd/app"
"github.com/cosmos/cosmos-sdk/tests"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth"
"github.com/cosmos/cosmos-sdk/x/gov"
"github.com/cosmos/cosmos-sdk/x/mint"
"github.com/CosmWasm/wasmd/app"
)
func TestGaiaCLIKeysAddMultisig(t *testing.T) {