diff --git a/content/concepts/complex-payment-types/checks.md b/content/concepts/complex-payment-types/checks.md index fae25fa891..c74f109ec1 100644 --- a/content/concepts/complex-payment-types/checks.md +++ b/content/concepts/complex-payment-types/checks.md @@ -36,10 +36,9 @@ Checks potentially enable many other use cases. Ripple encourages the community Checks typically have the lifecycle described below. - + - -[![Check flow diagram (successful cashing)](img/checks-happy_path.png)](img/checks-happy_path.png) +[![Check flow diagram (successful cashing)](img/checks-happy-path.png)](img/checks-happy-path.png) **Step 1:** To create a Check, the sender submits a [CheckCreate][] transaction and specifies the receiver (`Destination`), expiration time (`Expiration`), and maximum amount that may be debited from the sender's account (`SendMax`). @@ -60,10 +59,9 @@ If the sender has enough funds to cover the Check and the expiration time has no In the case of expirations, Checks have the lifecycle described below. - + - -[![Check flow diagram (expiration)](img/checks_expiration.png)](img/checks_expiration.png) +[![Check flow diagram (expiration)](img/checks-expiration.png)](img/checks-expiration.png) All Checks start the same way, so **Steps 1 and 2** are the same. @@ -76,12 +74,9 @@ All Checks start the same way, so **Steps 1 and 2** are the same. ## Availability of Checks -Checks require `rippled` v0.90.0 or later. The Checks amendment gained support of a majority of validators on the production XRP Ledger on 2018-03-22 in this [EnableAmendment pseudo-transaction](https://ripple.com/build/transactions/#enableamendment): [`EC0D90F114D4F3C599FEABCAF47DCF0CAC29A272D1EF6C9BEF7F420819540F04`](https://xrpcharts.ripple.com/#/transactions/EC0D90F114D4F3C599FEABCAF47DCF0CAC29A272D1EF6C9BEF7F420819540F04). For more information about how amendments are enabled and voted on, see [Amendment Process](amendments.html#amendment-process). +Checks require `rippled` v0.90.0 or later. As of 2018-10-11, the Checks amendment has not yet been enabled on the production XRP Ledger. For the latest status of all known amendments, see [Known Amendments](known-amendments.html). For more information about how amendments are enabled and voted on, see [Amendment Process](amendments.html#amendment-process). - - - -When not using the production XRP Ledger, you can check the status of the Checks amendment using the [feature method][]. +To check the status of an amendment on a test net or private XRP Ledger network, use the [feature method][]. ## Further Reading @@ -89,17 +84,17 @@ When not using the production XRP Ledger, you can check the status of the Checks For more information about Checks in the XRP Ledger, see: - [Transaction Reference](transaction-types.html) - - [Checks amendment](known-amendments.html#checks) - [CheckCreate][] - [CheckCash][] - [CheckCancel][] -- Checks Tutorials +- [Checks Tutorials](use-checks.html) - [Send a Check](send-a-check.html) - [Look up Checks by sender address](look-up-checks-by-sender.html) - [Look up Checks by recipient address](look-up-checks-by-recipient.html) - [Cash a Check for an exact amount](cash-a-check-for-an-exact-amount.html) - [Cash a Check for a flexible amount](cash-a-check-for-a-flexible-amount.html) - [Cancel a Check](cancel-a-check.html) +- [Checks amendment](known-amendments.html#checks) For more information about related features, see: diff --git a/content/tutorials/use-complex-payment-types/use-checks/use-checks.md b/content/tutorials/use-complex-payment-types/use-checks/use-checks.md index 0d4870c6b4..cd381231c2 100644 --- a/content/tutorials/use-complex-payment-types/use-checks/use-checks.md +++ b/content/tutorials/use-complex-payment-types/use-checks/use-checks.md @@ -2,4 +2,4 @@ Checks in the XRP Ledger authorize another account to claim funds later, similar to how personal paper checks work. -**Caution:** As of 2018-05-11, the [Checks amendment](known-amendments.html#checks) is not enabled on the XRP Ledger. You can use Checks on the [XRP Test Net](xrp-test-net-faucet.html) only. +**Caution:** As of 2018-10-11, the [Checks amendment](known-amendments.html#checks) is not enabled on the XRP Ledger. You can use Checks on the [XRP Test Net](xrp-test-net-faucet.html) only. diff --git a/img/checks-expiration.png b/img/checks-expiration.png new file mode 100644 index 0000000000..9c3ce0f47b Binary files /dev/null and b/img/checks-expiration.png differ diff --git a/img/checks-happy-path.png b/img/checks-happy-path.png new file mode 100644 index 0000000000..1926ceaea6 Binary files /dev/null and b/img/checks-happy-path.png differ diff --git a/img/checks-happy_path.png b/img/checks-happy_path.png deleted file mode 100644 index fd3f5213d3..0000000000 Binary files a/img/checks-happy_path.png and /dev/null differ diff --git a/img/checks_expiration.png b/img/checks_expiration.png deleted file mode 100644 index 5367f0f366..0000000000 Binary files a/img/checks_expiration.png and /dev/null differ