Remove unused struct

This commit is contained in:
Christopher Goes 2019-01-03 00:22:16 +01:00
parent a8685c58ee
commit 62d49ed1e2
1 changed files with 0 additions and 6 deletions

View File

@ -16,12 +16,6 @@ import (
"github.com/cosmos/cosmos-sdk/x/auth"
)
type testInput struct {
cdc *codec.Codec
ctx sdk.Context
ak auth.AccountKeeper
}
func setupMultiStore() (sdk.MultiStore, *sdk.KVStoreKey) {
db := dbm.NewMemDB()
authKey := sdk.NewKVStoreKey("authkey")