From f0dcc2c830d7979c830b79ed4d36ea31fd202e3a Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Fri, 26 Jan 2018 11:40:33 -0800 Subject: [PATCH] Ledger doc revisions per @scottschurr review --- content/ledger-objects/ripplestate.md | 2 +- content/reference-ledger-format.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/ledger-objects/ripplestate.md b/content/ledger-objects/ripplestate.md index f0df4571ad..3e37b91e27 100644 --- a/content/ledger-objects/ripplestate.md +++ b/content/ledger-objects/ripplestate.md @@ -90,7 +90,7 @@ The default state of the two NoRipple flags depends on the state of the [lsfDefa **Note:** Prior to the introduction of the DefaultRipple flags in `rippled` version 0.27.3 (March 10, 2015), the default state for all trust lines was with both NoRipple flags disabled (rippling enabled). -Fortunately, `rippled` uses lazy evaluation to calculate the owner reserve. This means that even if an account changes the default state of all its trust lines by changing the DefaultRipple flag, that account's reserve stays the same initially. If an account modifies a trust line, `rippled` re-evaluates whether that individual trust line is in its default state and should contribute the owner reserve. +Fortunately, `rippled` uses lazy evaluation to calculate the owner reserve. This means that even if an account changes the default state of all its trust lines by changing the DefaultRipple flag, that account's reserve stays the same initially. If an account modifies a trust line, `rippled` re-evaluates whether that individual trust line is in its default state and should contribute to the owner reserve. ### RippleState ID Format diff --git a/content/reference-ledger-format.md b/content/reference-ledger-format.md index 71e42eee69..683e09c05f 100644 --- a/content/reference-ledger-format.md +++ b/content/reference-ledger-format.md @@ -70,7 +70,7 @@ There are several different kinds of objects that can appear in the ledger's sta * [**AccountRoot** - The settings, XRP balance, and other metadata for one account.](#accountroot) * [**Amendments** - Singleton object with status of enabled and pending amendments.](#amendments) -* [**Check** - A potential pull payment authorized by its sender](#check) +* [**Check** - A check that can be redeemed for money by its destination](#check) * [**DirectoryNode** - Contains links to other objects.](#directorynode) * [**Escrow** - Contains XRP held for a conditional payment.](#escrow) * [**FeeSettings** - Singleton object with consensus-approved base transaction cost and reserve requirements.](#feesettings)