mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-25 14:15:50 +00:00
Fix build errors
This commit is contained in:
@@ -5,7 +5,7 @@ blurb: About deleting an XRP Ledger account.
|
|||||||
labels:
|
labels:
|
||||||
- Accounts
|
- Accounts
|
||||||
---
|
---
|
||||||
## Deleting Accounts
|
# Deleting Accounts
|
||||||
|
|
||||||
The owner of an account can send an [AccountDelete transaction][] to deletes the account and related entries from the ledger, sending most of the account's remaining XRP balance to another account. To discourage wasteful creation and deletion of accounts, deleting an account requires burning a higher than usual amount of XRP as the [transaction cost](transaction-cost.html).
|
The owner of an account can send an [AccountDelete transaction][] to deletes the account and related entries from the ledger, sending most of the account's remaining XRP balance to another account. To discourage wasteful creation and deletion of accounts, deleting an account requires burning a higher than usual amount of XRP as the [transaction cost](transaction-cost.html).
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ blurb: Ledger objects have one of three states — open, closed, or validated.
|
|||||||
labels:
|
labels:
|
||||||
- Blockchain
|
- Blockchain
|
||||||
---
|
---
|
||||||
## Open, Closed, and Validated Ledgers
|
# Open, Closed, and Validated Ledgers
|
||||||
|
|
||||||
The `rippled` server makes a distinction between ledger versions that are _open_, _closed_, and _validated_. A server has one open ledger, any number of closed but unvalidated ledgers, and an immutable history of validated ledgers. The following table summarizes the difference:
|
The `rippled` server makes a distinction between ledger versions that are _open_, _closed_, and _validated_. A server has one open ledger, any number of closed but unvalidated ledgers, and an immutable history of validated ledgers. The following table summarizes the difference:
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ labels:
|
|||||||
|
|
||||||
The `{{currentpage.name}}` method gets information about an Automated Market Maker (AMM) instance.
|
The `{{currentpage.name}}` method gets information about an Automated Market Maker (AMM) instance.
|
||||||
|
|
||||||
{% include '_snippets/amm-disclaimer.md' %}
|
_(Requires the [AMM amendment][] :not_enabled:)_
|
||||||
|
|
||||||
|
|
||||||
### Request Format
|
### Request Format
|
||||||
|
|||||||
Reference in New Issue
Block a user