chore: remove old TODO in baseapp (#20450)

Co-authored-by: son trinh <trinhleson2000@gmail.com>
This commit is contained in:
bc1bot 2024-05-27 12:54:46 +03:00 committed by GitHub
parent b3e53cfad1
commit fe6361b617
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)