mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 19:36:20 +00:00
Change last instance of AppStateBytes to GenesisBytes
This commit is contained in:
@@ -30,7 +30,7 @@ func RandVals(cnt int) []types.Validator {
|
||||
// don't make any tx that modify the validator state
|
||||
func InitDummy(app *PersistentDummyApplication) {
|
||||
app.InitChain(types.RequestInitChain{
|
||||
Validators: RandVals(1),
|
||||
AppStateBytes: []byte("[]"),
|
||||
Validators: RandVals(1),
|
||||
GenesisBytes: []byte("[]"),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user