Skip to content

Commit

Permalink
fix miss time
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed May 27, 2024
1 parent 04bd952 commit 59559a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 59559a8

Please sign in to comment.