mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-29 19:42:51 +00:00
include genesis file structure
This commit is contained in:
@@ -33,7 +33,7 @@ func RandVals(cnt int) []types.Validator {
|
||||
// don't make any tx that modify the validator state
|
||||
func InitKVStore(app *PersistentKVStoreApplication) {
|
||||
app.InitChain(types.RequestInitChain{
|
||||
Validators: RandVals(1),
|
||||
GenesisBytes: []byte("[]"),
|
||||
Validators: RandVals(1),
|
||||
GenesisFile: types.GenesisFile{},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user