Fix cli_tests, add --keyring-backend flag to wasmd

This commit is contained in:
Ethan Frey
2020-01-23 19:59:13 +01:00
parent 85d7677eaf
commit d505266f8f
7 changed files with 19 additions and 26 deletions

View File

@@ -13,17 +13,14 @@ import (
"strings"
"testing"
"github.com/cosmos/gaia/app"
"github.com/stretchr/testify/require"
"github.com/tendermint/tendermint/crypto/ed25519"
tmtypes "github.com/tendermint/tendermint/types"
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/stretchr/testify/require"
"github.com/cosmwasm/wasmd/app"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/tests"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth"