From aa4ee284e90b4b80ffde01c660fad63ce12dc6fe Mon Sep 17 00:00:00 2001 From: sketsdever Date: Thu, 10 Oct 2024 16:28:37 -0400 Subject: [PATCH] Cancellations are forwarded for mempool transactions --- docs/flashbots-protect/settings-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/flashbots-protect/settings-guide.md b/docs/flashbots-protect/settings-guide.md index 790865de..90da1581 100644 --- a/docs/flashbots-protect/settings-guide.md +++ b/docs/flashbots-protect/settings-guide.md @@ -108,6 +108,8 @@ For analytics or other purposes, you can also specify a custom mempool URL by ad https://rpc.flashbots.net?useMempool=true&mempoolRpc=https://your-custom-node-url ``` +Note: If this setting is enabled, all cancellations will be immediately forwarded to the public mempool, regardless of if the transaction itself has been made public. + ### Reverted Transactions Allow reverted transactions by including the `canRevert` query parameter in your request. By default, Flashbots Protect does not land reverted transactions on chain to save users gas fees. You can override this feature to receive faster feedback about failing transactions.