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)