Skip to content

Commit

Permalink
fix(baseapp): set req.Time for ctx header info in ExtendVote (#22745)
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Dec 4, 2024
1 parent c47fb8a commit 330954e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baseapp/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ func (app *BaseApp) ExtendVote(_ context.Context, req *abci.ExtendVoteRequest) (
ChainID: app.chainID,
Height: req.Height,
Hash: req.Hash,
Time: req.Time,
})

// add a deferred recover handler in case extendVote panics
Expand Down

0 comments on commit 330954e

Please sign in to comment.