From f1b74a6303fe50c1bb6cb1dcf17a403377875a83 Mon Sep 17 00:00:00 2001 From: sketsdever Date: Fri, 10 Jan 2025 17:21:29 -0500 Subject: [PATCH] Clarify cancellation format (#598) --- 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 3828269b..d62ad707 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