From 529e28985187fac14df1628e63b0650255ef7e9c Mon Sep 17 00:00:00 2001 From: Marshall <36639405+mdr0id@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:57:08 -0700 Subject: [PATCH] Update lowlatencytxnsend.md Fix tip typo --- docs/source/lowlatencytxnsend.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/lowlatencytxnsend.md b/docs/source/lowlatencytxnsend.md index b0d4675..4a15c7f 100644 --- a/docs/source/lowlatencytxnsend.md +++ b/docs/source/lowlatencytxnsend.md @@ -264,7 +264,7 @@ curl https://mainnet.block-engine.jito.wtf/api/v1/bundles -X POST -H "Content-Ty #### getTipAccounts -Retrieves the tip accounts designated for tip payments for bundles. The tip accounts have remained constant and can also be found [here](https://mainnet.block-engine.jito.wtf). +Retrieves the tip accounts designated for tip payments for bundles. The tip accounts have remained constant and can also be found [here](#response-example-tips). ##### Request @@ -291,6 +291,7 @@ curl https://mainnet.block-engine.jito.wtf/api/v1/bundles -X POST -H "Content-Ty |---------|-------|------------------------------------| | `result` | array | Tip accounts as a list of strings. | +(response-example-tips)= ##### Response Example ```json @@ -552,4 +553,4 @@ Please ensure to provide valid contact information so we can send you acknowledg - Ideally, include your tip instruction in the same transaction as your main logic, along with appropriate post-transaction checks. - If space is limited in your main transaction, consider adding assertions in your tipping transaction to verify the expected state (e.g., slot check, balance check). - - Be aware that sending tips as standalone transactions in bundles may increase exposure to uncle bandit situations. \ No newline at end of file + - Be aware that sending tips as standalone transactions in bundles may increase exposure to uncle bandit situations.