Skip to content

Commit

Permalink
chore: remove old TODO in baseapp (cosmos#20450)
Browse files Browse the repository at this point in the history
Co-authored-by: son trinh <[email protected]>
  • Loading branch information
bc1bot and sontrinh16 authored May 27, 2024
1 parent b3e53cf commit fe6361b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion baseapp/baseapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit fe6361b

Please sign in to comment.