Skip to content

Commit

Permalink
Update lowlatencytxnsend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id authored Dec 11, 2024
1 parent 3bd5fc1 commit 6473cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/lowlatencytxnsend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6473cae

Please sign in to comment.