From 7790cbc01b6b27779a2982c0ba9a0f3f7eab00fb Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 7 Sep 2023 04:24:15 -0700 Subject: [PATCH] Fix build errors --- content/concepts/accounts/deleting-accounts.md | 6 +++--- content/concepts/ledgers/open-closed-validated-ledgers.md | 2 +- .../path-and-order-book-methods/amm_info.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/concepts/accounts/deleting-accounts.md b/content/concepts/accounts/deleting-accounts.md index d2d95cbc52..e68ccaad3c 100644 --- a/content/concepts/accounts/deleting-accounts.md +++ b/content/concepts/accounts/deleting-accounts.md @@ -5,7 +5,7 @@ blurb: About deleting an XRP Ledger account. labels: - 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). @@ -35,6 +35,6 @@ Unlike Bitcoin and many other cryptocurrencies, each new version of the XRP Ledg Institutions who send and receive value on behalf of many users can use [**Source Tags** and **Destination Tags**](source-and-destination-tags.html) to distinguish payments from and to their customers while only using one (or a handful) of accounts in the XRP Ledger. -{% include '_snippets/rippled-api-links.md' %} -{% include '_snippets/tx-type-links.md' %} +{% include '_snippets/rippled-api-links.md' %} +{% include '_snippets/tx-type-links.md' %} {% include '_snippets/rippled_versions.md' %} diff --git a/content/concepts/ledgers/open-closed-validated-ledgers.md b/content/concepts/ledgers/open-closed-validated-ledgers.md index 438aa1336b..0e688a0dae 100644 --- a/content/concepts/ledgers/open-closed-validated-ledgers.md +++ b/content/concepts/ledgers/open-closed-validated-ledgers.md @@ -5,7 +5,7 @@ blurb: Ledger objects have one of three states — open, closed, or validated. labels: - 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: diff --git a/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md b/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md index 6f947297d2..2640a5a005 100644 --- a/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md +++ b/content/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/amm_info.md @@ -13,7 +13,7 @@ labels: 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