Skip to content

Commit

Permalink
Cancellations are forwarded for mempool transactions (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
sketsdever authored Oct 22, 2024
1 parent b8da2ff commit 35eab48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/flashbots-protect/settings-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 35eab48

Please sign in to comment.