From ad1c5c410c1c938a005844dbfb94d7b69c42f749 Mon Sep 17 00:00:00 2001 From: sketsdever Date: Tue, 24 Sep 2024 13:08:20 -0400 Subject: [PATCH 1/2] No 0 priority fee txs --- docs/flashbots-protect/quick-start.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/flashbots-protect/quick-start.mdx b/docs/flashbots-protect/quick-start.mdx index c32100d21..f0dbfd1a5 100644 --- a/docs/flashbots-protect/quick-start.mdx +++ b/docs/flashbots-protect/quick-start.mdx @@ -34,6 +34,10 @@ If you submit a transaction through Flashbots Protect via the MetaMask wallet, d ::: +### 0 priority fee transactions + +Flashbots Protect does not accept transactions with a priority fee of 0. They will be dropped and a standard error message will be returned. + ## Using Flashbots Protect There are three ways to use Flashbots Protect: From 9186499f6e15c2ba3820a91aa478db715b05b91b Mon Sep 17 00:00:00 2001 From: sketsdever Date: Tue, 24 Sep 2024 13:21:02 -0400 Subject: [PATCH 2/2] Capitalize title --- docs/flashbots-protect/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flashbots-protect/quick-start.mdx b/docs/flashbots-protect/quick-start.mdx index f0dbfd1a5..b81d6c395 100644 --- a/docs/flashbots-protect/quick-start.mdx +++ b/docs/flashbots-protect/quick-start.mdx @@ -34,7 +34,7 @@ If you submit a transaction through Flashbots Protect via the MetaMask wallet, d ::: -### 0 priority fee transactions +### 0 Priority Fees Flashbots Protect does not accept transactions with a priority fee of 0. They will be dropped and a standard error message will be returned.