feat(BB): Update match function to include sdk.Context (#234)
This commit is contained in:
+1
-1
@@ -310,7 +310,7 @@ func New(
|
||||
freeLane,
|
||||
defaultLane,
|
||||
}
|
||||
mempool := blockbuster.NewMempool(lanes...)
|
||||
mempool := blockbuster.NewMempool(app.Logger(), lanes...)
|
||||
app.App.SetMempool(mempool)
|
||||
|
||||
// Create a global ante handler that will be called on each transaction when
|
||||
|
||||
Reference in New Issue
Block a user