mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Ledger doc revisions per @scottschurr review
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user