fix tests file

This commit is contained in:
Ethan Buchman 2018-06-01 22:03:47 -04:00
parent c681347ee3
commit 9af8b7a7c8
1 changed files with 1 additions and 2 deletions

View File

@ -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)