From 59559a864853867941f09fcfce9ebc82bf7e36b2 Mon Sep 17 00:00:00 2001 From: Khanh Hoa Date: Mon, 27 May 2024 20:33:02 +0700 Subject: [PATCH] fix miss time --- app/test_helpers.go | 1 + 1 file changed, 1 insertion(+) 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,