Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

Commit

Permalink
move genesis fields into RequestInitChain. some nullable=false
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Jun 1, 2018
1 parent 512b312 commit c681347
Show file tree
Hide file tree
Showing 3 changed files with 190 additions and 215 deletions.
3 changes: 1 addition & 2 deletions example/kvstore/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
})
}
Loading

0 comments on commit c681347

Please sign in to comment.