mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
[FIX] correct some typos
This commit is contained in:
@@ -3580,7 +3580,7 @@ This method can retrieve several different types of data. You can select which t
|
|||||||
2. `account_root` - Retrieve an account node, similar to the [account_info](#account-info) command
|
2. `account_root` - Retrieve an account node, similar to the [account_info](#account-info) command
|
||||||
3. `directory` - Retrieve a directory node, which contains a list of IDs linking things
|
3. `directory` - Retrieve a directory node, which contains a list of IDs linking things
|
||||||
4. `offer` - Retrieve an offer node, which defines an offer to exchange currency
|
4. `offer` - Retrieve an offer node, which defines an offer to exchange currency
|
||||||
5. `ripple_state` - Retrieve a RippleState node, which a trust line along which non-XRP balances are held
|
5. `ripple_state` - Retrieve a RippleState node, which is a trust line where non-XRP balances are held
|
||||||
|
|
||||||
If you specify more than one of the above items, the server will retrieve only of them; it is undefined which one will be chosen.
|
If you specify more than one of the above items, the server will retrieve only of them; it is undefined which one will be chosen.
|
||||||
|
|
||||||
|
|||||||
@@ -580,7 +580,7 @@ It is possible for an offer to become temporarily or permanently *unfunded*:
|
|||||||
* The offer becomes funded again when the creator obtains more XRP, or the reserve requirements decrease.
|
* The offer becomes funded again when the creator obtains more XRP, or the reserve requirements decrease.
|
||||||
* If the Expiration time included in the offer is before the close time of the most recently-closed ledger. (See [Expiration](#expiration).)
|
* If the Expiration time included in the offer is before the close time of the most recently-closed ledger. (See [Expiration](#expiration).)
|
||||||
|
|
||||||
An unfunded transaction can remain on the ledger indefinitely, but it does not have any effect. The only ways an offer can be *permanently* removed from the ledger are:
|
An unfunded offer can remain on the ledger indefinitely, but it does not have any effect. The only ways an offer can be *permanently* removed from the ledger are:
|
||||||
|
|
||||||
* It becomes fully claimed by a Payment or a matching OfferCreate transaction.
|
* It becomes fully claimed by a Payment or a matching OfferCreate transaction.
|
||||||
* A subsequent OfferCancel or OfferCreate transaction explicitly cancels the offer.
|
* A subsequent OfferCancel or OfferCreate transaction explicitly cancels the offer.
|
||||||
|
|||||||
Reference in New Issue
Block a user