From 6473cae5d279e258fc9f93b63b460b0561a3be8b Mon Sep 17 00:00:00 2001 From: Marshall <36639405+mdr0id@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:51:53 -0800 Subject: [PATCH] Update lowlatencytxnsend.md --- docs/source/lowlatencytxnsend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/lowlatencytxnsend.md b/docs/source/lowlatencytxnsend.md index 0c7ee14..4a8d6ae 100644 --- a/docs/source/lowlatencytxnsend.md +++ b/docs/source/lowlatencytxnsend.md @@ -77,7 +77,7 @@ This method acts as a direct proxy to the Solana sendTransaction RPC method, but Please note that Jito enforces a minimum tip of 1000 lamports for bundles. During high-demand periods, this minimum tip might not be sufficient to successfully navigate the auction, so it’s crucial to set both a priority fee and an additional Jito tip to optimize your transaction's chances. Please see [Tip Amounts](#tip-amount) -For added security, you can enable revert protection by setting the query parameter bundleOnly=true. With this setting, the transaction is sent exclusively as a single transaction bundle. +For cost efficiency, you can enable revert protection by setting the query parameter bundleOnly=true. With this setting, the transaction is sent exclusively as a single transaction bundle. Additionally, this method always sets skip_preflight=true, which means the transaction won't be simulated in the RPC before being sent to the leader.