fix(baseapp): correctly set header info time on query ctx (#22732)
This commit is contained in:
parent
af4b7d20c5
commit
371e05abc4
@ -1327,6 +1327,7 @@ func (app *BaseApp) CreateQueryContextWithCheckHeader(height int64, prove, check
|
||||
WithHeaderInfo(coreheader.Info{
|
||||
ChainID: app.chainID,
|
||||
Height: height,
|
||||
Time: header.Time,
|
||||
}).
|
||||
WithBlockHeader(*header).
|
||||
WithBlockHeight(height)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user