mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 17:51:39 +00:00
Revert "Merge pull request #247 from tendermint/bucky/no-gogo"
This reverts commitef79007433
, reversing changes made tobcfdd6dbaf
.
This commit is contained in:
@ -32,7 +32,7 @@ func RandVals(cnt int) []types.Validator {
|
||||
// which allows tests to pass and is fine as long as you
|
||||
// don't make any tx that modify the validator state
|
||||
func InitKVStore(app *PersistentKVStoreApplication) {
|
||||
app.InitChain(types.ParamsInitChain{
|
||||
app.InitChain(types.RequestInitChain{
|
||||
Validators: RandVals(1),
|
||||
GenesisBytes: []byte("[]"),
|
||||
})
|
||||
|
Reference in New Issue
Block a user