From c06c755f5597d1dba8682b0e2b29c1709149a1c2 Mon Sep 17 00:00:00 2001 From: sketsdever Date: Mon, 6 Jan 2025 11:48:20 -0500 Subject: [PATCH] Clarify cancellation format --- docs/flashbots-protect/cancellations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flashbots-protect/cancellations.md b/docs/flashbots-protect/cancellations.md index 3828269b5..d62ad707b 100644 --- a/docs/flashbots-protect/cancellations.md +++ b/docs/flashbots-protect/cancellations.md @@ -8,7 +8,7 @@ Flashbots Protect provides the functionality to cancel pending transactions. To - It must be submitted from the **same address** as the original transaction that is intended to be cancelled. - It should have the **same nonce** as the original transaction. -- The **from and to addresses** should match those of the original transaction. +- The **from and to addresses** should both be set to the **from address** of the original transaction. - The **data field** of the cancellation transaction should be left empty. ## No cost to cancel