Skip to content

Commit

Permalink
Update lowlatencytxnsend.md
Browse files Browse the repository at this point in the history
Fix tip typo
  • Loading branch information
mdr0id authored Oct 29, 2024
1 parent 941b4d1 commit 529e289
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/lowlatencytxnsend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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.
- Be aware that sending tips as standalone transactions in bundles may increase exposure to uncle bandit situations.

0 comments on commit 529e289

Please sign in to comment.