mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Checks tutorials: fix splitup
This commit is contained in:
@@ -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 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
|
### Example Request
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
## {{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' %}
|
{% include 'snippets/tutorial-submit-step.md' %}
|
||||||
|
|
||||||
### Example Request
|
### Example Request
|
||||||
|
|||||||
@@ -351,6 +351,17 @@ pages:
|
|||||||
- local
|
- local
|
||||||
- ripple.com
|
- 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
|
- md: concept-demurrage.md
|
||||||
category: Issued Currencies
|
category: Issued Currencies
|
||||||
|
|||||||
Reference in New Issue
Block a user