mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-02 06:07:08 +00:00
Merge branch 'develop' into dev/ephemeral_ports
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),
|
||||
GenesisBytes: []byte("[]"),
|
||||
Validators: RandVals(1),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user