feat(BB): Update match function to include sdk.Context (#234)

This commit is contained in:
David Terpay
2023-08-10 17:01:52 +00:00
committed by GitHub
parent 128cc26f1a
commit 14f83b5e25
20 changed files with 402 additions and 265 deletions
+1 -1
View File
@@ -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