From fe6361b61718ec3fb2eb73c1e169a939856cd405 Mon Sep 17 00:00:00 2001 From: bc1bot Date: Mon, 27 May 2024 12:54:46 +0300 Subject: [PATCH] chore: remove old TODO in baseapp (#20450) Co-authored-by: son trinh --- baseapp/baseapp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/baseapp/baseapp.go b/baseapp/baseapp.go index 1fd26351ed..57f32ff74a 100644 --- a/baseapp/baseapp.go +++ b/baseapp/baseapp.go @@ -668,7 +668,6 @@ func (app *BaseApp) getContextForTx(mode execMode, txBytes []byte) sdk.Context { ctx := modeState.Context(). WithTxBytes(txBytes). WithGasMeter(storetypes.NewInfiniteGasMeter()) - // WithVoteInfos(app.voteInfos) // TODO: identify if this is needed ctx = ctx.WithIsSigverifyTx(app.sigverifyTx)