Browse Source

fix tests file

pull/1780/head
Ethan Buchman 6 years ago
parent
commit
9af8b7a7c8
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      tests/server/client.go

+ 1
- 2
tests/server/client.go 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)


Loading…
Cancel
Save