mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-08 09:07:10 +00:00
include genesis file structure
This commit is contained in:
@@ -19,8 +19,8 @@ func InitChain(client abcicli.Client) error {
|
||||
vals[i] = types.Ed25519Validator(pubkey, int64(power))
|
||||
}
|
||||
_, err := client.InitChainSync(types.RequestInitChain{
|
||||
Validators: vals,
|
||||
GenesisBytes: []byte("{}"),
|
||||
Validators: vals,
|
||||
GenesisFile: types.GenesisFile{},
|
||||
})
|
||||
if err != nil {
|
||||
fmt.Printf("Failed test: InitChain - %v\n", err)
|
||||
|
||||
Reference in New Issue
Block a user