chore: remove old TODO in baseapp (#20450)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
This commit is contained in:
parent
b3e53cfad1
commit
fe6361b617
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user