Checks tutorials: fix splitup

This commit is contained in:
mDuo13
2018-04-06 18:42:23 -07:00
parent 8af28d00bd
commit 94e4b4fc7d
3 changed files with 13 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ Use the [`tx` method](reference-rippled.html#tx) with the CheckCash transaction'
If the check was cashed for an exact `Amount` and succeeded, you can assume that the recipient was credited for exactly that amount (with possible rounding for very large or very small amounts of issued currencies).
If cashing the Check failed, the Check remains in the ledger so you can try cashing again later. You may want to [cash the Check for a flexible amount](#cash-a-check-for-a-flexible-amount) instead.
If cashing the Check failed, the Check remains in the ledger so you can try cashing again later. You may want to [cash the Check for a flexible amount](tutorial-checks-cash-flex.html) instead.
### Example Request

View File

@@ -81,7 +81,7 @@ The following examples show how to prepare a transaction to cash a Check for a f
## {{cash_flex_n.next()}}. Submit the signed CheckCash transaction
{% set step_1_link = "#1-prepare-the-checkcash-transaction-1" %}
{% set step_1_link = "#1-prepare-the-checkcash-transaction" %}
{% include 'snippets/tutorial-submit-step.md' %}
### Example Request

View File

@@ -351,6 +351,17 @@ pages:
- local
- ripple.com
- md: tutorial-checks-cash-exact.md
category: Checks
targets:
- local
- ripple.com
- md: tutorial-checks-cash-flex.md
category: Checks
targets:
- local
- ripple.com
- md: concept-demurrage.md
category: Issued Currencies