Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

Commit

Permalink
fix tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jun 2, 2018
1 parent c681347 commit 9af8b7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/server/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9af8b7a

Please sign in to comment.