From 345eb8316318eb684991000c6931f791e4dd4fd0 Mon Sep 17 00:00:00 2001 From: mdr0id Date: Thu, 20 Jun 2024 11:50:14 -0700 Subject: [PATCH] Remove mempool description since it is removed now --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8e3a763..b622c2b 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ Our most complex example, this shows how to "backrun" transactions. Backrunning is when one inserts a transaction immediately behind a target transaction. Common forms of backrunning can be arbitrage and liquidations. -This example listens to transactions from the mempool and submits bundles containing a backrun transaction immediately behind a target transaction. - ### cli This is a rust program that exercises functionality inside the searcher API so you can explore the functionality. It provides an intuitive CLI-based interface for connecting to the block engine and sending test bundles.