Skip to content

Commit

Permalink
fix(baseapp): set req.Time for ctx header info in ExtendVote (backport
Browse files Browse the repository at this point in the history
…#22745) (#22750)

Co-authored-by: Damian Nolan <damiannolan@gmail.com>
  • Loading branch information
mergify[bot] and damiannolan authored Dec 4, 2024
1 parent c9a0baa commit a3c2f42
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 a3c2f42

Please sign in to comment.