mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 07:37:14 +00:00
move genesis fields into RequestInitChain. some nullable=false
This commit is contained in:
@@ -33,7 +33,6 @@ 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),
|
||||
GenesisFile: types.GenesisFile{},
|
||||
Validators: RandVals(1),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user