Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil committed Aug 7, 2023
1 parent e95d888 commit 7e88c7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1337,8 +1337,6 @@ func (app *App) ProcessBlock(ctx sdk.Context, txs [][]byte, req BlockProcessRequ
events = append(events, beginBlockResp.Events...)

txResults := make([]*abci.ExecTxResult, len(txs))

// TODO: need to recombine txresults based on ORIGINAL ordering
prioritizedTxs, otherTxs, prioritizedIndices, otherIndices := app.PartitionPrioritizedTxs(ctx, txs)

// run the prioritized txs
Expand Down

0 comments on commit 7e88c7b

Please sign in to comment.