DEX tutorial: fix broken link

This commit is contained in:
mDuo13
2022-04-21 13:27:06 -07:00
parent bf166fffa1
commit fab942396b

View File

@@ -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: