From 9af8b7a7c87478869f8c280ed9539470b8f470b4 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Fri, 1 Jun 2018 22:03:47 -0400 Subject: [PATCH] fix tests file --- tests/server/client.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/server/client.go b/tests/server/client.go index 5dac680c..5ef978c7 100644 --- a/tests/server/client.go +++ b/tests/server/client.go @@ -19,8 +19,7 @@ func InitChain(client abcicli.Client) error { vals[i] = types.Ed25519Validator(pubkey, int64(power)) } _, err := client.InitChainSync(types.RequestInitChain{ - Validators: vals, - GenesisFile: types.GenesisFile{}, + Validators: vals, }) if err != nil { fmt.Printf("Failed test: InitChain - %v\n", err)