Fix errors from merge

This commit is contained in:
Christopher Goes 2019-01-03 00:17:03 +01:00
parent 0be04aff86
commit 5e5ea27a04
1 changed files with 0 additions and 8 deletions

View File

@ -14,7 +14,6 @@ import (
"github.com/cosmos/cosmos-sdk/store"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth"
"github.com/cosmos/cosmos-sdk/x/params"
)
type testInput struct {
@ -23,13 +22,6 @@ type testInput struct {
ak auth.AccountKeeper
}
codec "github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/store"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth"
)
func setupMultiStore() (sdk.MultiStore, *sdk.KVStoreKey) {
db := dbm.NewMemDB()
authKey := sdk.NewKVStoreKey("authkey")