diff --git a/app/test_helpers.go b/app/test_helpers.go index 2b47c09c..56b26030 100644 --- a/app/test_helpers.go +++ b/app/test_helpers.go @@ -171,6 +171,7 @@ func SetupWithGenesisValSet( // init chain will set the validator set and initialize the genesis accounts _, err = app.InitChain( &abci.RequestInitChain{ + Time: time.Now(), ChainId: chainID, Validators: []abci.ValidatorUpdate{}, ConsensusParams: consensusParams,