Merge branch 'develop' into dev/ephemeral_ports

This commit is contained in:
Christopher Goes
2018-06-08 04:14:45 +02:00
committed by GitHub
7 changed files with 441 additions and 149 deletions
+1 -2
View File
@@ -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),
})
}