more nitz

This commit is contained in:
David Terpay
2023-08-17 10:43:36 -04:00
parent 8bd3c76bea
commit 16887dcce9
7 changed files with 133 additions and 59 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ func New(
//
// NOTE: The lanes are ordered by priority. The first lane is the highest priority
// lane and the last lane is the lowest priority lane.
// Top of block lane allows transactions to bid for inclusion at the top of the next block.
// MEV lane allows transactions to bid for inclusion at the top of the next block.
mevConfig := base.LaneConfig{
Logger: app.Logger(),
TxEncoder: app.txConfig.TxEncoder(),