This commit is contained in:
David Terpay
2023-08-16 11:09:54 -04:00
parent 8c5353950a
commit fe172ffba3
10 changed files with 48 additions and 52 deletions
+2 -2
View File
@@ -64,9 +64,9 @@ import (
"github.com/skip-mev/pob/abci"
"github.com/skip-mev/pob/block"
"github.com/skip-mev/pob/block/base"
defaultlane "github.com/skip-mev/pob/lanes/base"
"github.com/skip-mev/pob/lanes/free"
"github.com/skip-mev/pob/lanes/mev"
"github.com/skip-mev/pob/lanes/standard"
buildermodule "github.com/skip-mev/pob/x/builder"
builderkeeper "github.com/skip-mev/pob/x/builder/keeper"
)
@@ -297,7 +297,7 @@ func New(
MaxBlockSpace: math.LegacyZeroDec(),
MaxTxs: 0,
}
defaultLane := standard.NewStandardLane(defaultConfig)
defaultLane := defaultlane.NewDefaultLane(defaultConfig)
// Set the lanes into the mempool.
lanes := []block.Lane{