mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
DEX tutorial: fix broken link
This commit is contained in:
@@ -136,7 +136,7 @@ To actually make a trade, send an [OfferCreate transaction][]. In this case, you
|
||||
|
||||
| Field | Type | Description |
|
||||
|---|---|---|
|
||||
| `TakerPays` | [Token Amount object](#specifying-currency-amounts) | How much of what currency you want to buy, in total. For this tutorial, buy some amount of **TST** issued by `rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd`. |
|
||||
| `TakerPays` | [Token Amount object][Currency Amount] | How much of what currency you want to buy, in total. For this tutorial, buy some amount of **TST** issued by `rP9jPyP5kyvFRb6ZiRghAGw5u8SGAmU4bd`. |
|
||||
| `TakerGets` | [XRP, in drops][] | How much of what currency you are offering to pay in total. For this tutorial, you should specify about 11.5 XRP per TST or slightly more. |
|
||||
|
||||
The following code shows how to prepare, sign, and submit the transaction:
|
||||
|
||||
Reference in New Issue
Block a user