Skip to content

Commit

Permalink
Clarify cancellation format (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
sketsdever authored Jan 10, 2025
1 parent b82c218 commit f1b74a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flashbots-protect/cancellations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1b74a6

Please sign in to comment.