From 5e5ea27a0460fe9159fd0973f4487459e1091f26 Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Thu, 3 Jan 2019 00:17:03 +0100 Subject: [PATCH] Fix errors from merge --- x/bank/keeper_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/x/bank/keeper_test.go b/x/bank/keeper_test.go index 241bad20d9..142af7eb8c 100644 --- a/x/bank/keeper_test.go +++ b/x/bank/keeper_test.go @@ -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")