diff --git a/baseapp/abci.go b/baseapp/abci.go index 9bcdb2ea4e..31d39d87ac 100644 --- a/baseapp/abci.go +++ b/baseapp/abci.go @@ -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