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

Commit 9af8b7a

Browse files
committed
fix tests file
1 parent c681347 commit 9af8b7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/server/client.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ func InitChain(client abcicli.Client) error {
1919
vals[i] = types.Ed25519Validator(pubkey, int64(power))
2020
}
2121
_, err := client.InitChainSync(types.RequestInitChain{
22-
Validators: vals,
23-
GenesisFile: types.GenesisFile{},
22+
Validators: vals,
2423
})
2524
if err != nil {
2625
fmt.Printf("Failed test: InitChain - %v\n", err)

0 commit comments

Comments
 (0)