From 3136af79a3385dff177c0d6ad8159500bc52a3cf Mon Sep 17 00:00:00 2001 From: Maria Shodunke Date: Mon, 13 Oct 2025 11:28:36 +0100 Subject: [PATCH] Remove Escrow amendment + fix admonition --- docs/concepts/payment-types/escrow.md | 3 +-- .../protocol/ledger-data/ledger-entry-types/escrow.md | 1 - docs/references/protocol/transactions/types/escrowcancel.md | 2 -- docs/references/protocol/transactions/types/escrowcreate.md | 3 +-- docs/references/protocol/transactions/types/escrowfinish.md | 3 --- 5 files changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/concepts/payment-types/escrow.md b/docs/concepts/payment-types/escrow.md index ac53cff7fb..98d0a5ff3b 100644 --- a/docs/concepts/payment-types/escrow.md +++ b/docs/concepts/payment-types/escrow.md @@ -8,9 +8,8 @@ labels: Traditionally, an escrow is a contract between two parties to facilitate financial transactions. An impartial third party receives and holds funds, and only releases them to the intended recipient when conditions specified by the contract are met. This method ensures both parties meet their obligations. -The XRP Ledger takes escrow a step further, replacing the third party with an automated system built into the ledger. An escrow locks up XRP or fungible tokens ([see Token Escrow](#token-escrow)), which can't be used or destroyed until conditions are met. +The XRP Ledger takes escrow a step further, replacing the third party with an automated system built into the ledger. An escrow locks up XRP or fungible tokens, which can't be used or destroyed until conditions are met. -{% amendment-disclaimer name="Escrow" /%} {% amendment-disclaimer name="TokenEscrow" mode="updated" /%} ## Token Escrow diff --git a/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md b/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md index 6345ce3e54..024cd97a9b 100644 --- a/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md +++ b/docs/references/protocol/ledger-data/ledger-entry-types/escrow.md @@ -9,7 +9,6 @@ labels: An `Escrow` ledger entry represents an [escrow](../../../../concepts/payment-types/escrow.md), which holds funds until specific conditions are met. You can create an escrow by sending an [EscrowCreate transaction][]. -{% amendment-disclaimer name="Escrow" /%} {% amendment-disclaimer name="TokenEscrow" mode="updated" /%} ## Example {% $frontmatter.seo.title %} JSON diff --git a/docs/references/protocol/transactions/types/escrowcancel.md b/docs/references/protocol/transactions/types/escrowcancel.md index fb62f4ebc6..f2b06b6834 100644 --- a/docs/references/protocol/transactions/types/escrowcancel.md +++ b/docs/references/protocol/transactions/types/escrowcancel.md @@ -9,8 +9,6 @@ labels: Return funds from an expired [escrow](../../../../concepts/payment-types/escrow.md) to its sender. -{% amendment-disclaimer name="Escrow" /%} - ## Example {% $frontmatter.seo.title %} JSON ```json diff --git a/docs/references/protocol/transactions/types/escrowcreate.md b/docs/references/protocol/transactions/types/escrowcreate.md index b9a813e793..5104405e3c 100644 --- a/docs/references/protocol/transactions/types/escrowcreate.md +++ b/docs/references/protocol/transactions/types/escrowcreate.md @@ -9,7 +9,7 @@ labels: Set aside funds in an [escrow](../../../../concepts/payment-types/escrow.md) that delivers them to a predetermined recipient when certain conditions are met. If the escrow has an expiration, the funds can also be returned to the sender after it expires. -{% admonition type="info" name="Fungible Tokens" %} +{% admonition type="info" name="Note" %} To escrow fungible tokens you must take note of the following: - Trust Line Tokens must have the **Allow Trust Line Locking** flag enabled on their account. @@ -18,7 +18,6 @@ To escrow fungible tokens you must take note of the following: - If the token requires **authorization**, both sender and recipient must be pre-authorized by the issuer. {% /admonition %} -{% amendment-disclaimer name="Escrow" /%} {% amendment-disclaimer name="TokenEscrow" mode="updated" /%} diff --git a/docs/references/protocol/transactions/types/escrowfinish.md b/docs/references/protocol/transactions/types/escrowfinish.md index ca3dffc127..9f979ff856 100644 --- a/docs/references/protocol/transactions/types/escrowfinish.md +++ b/docs/references/protocol/transactions/types/escrowfinish.md @@ -9,9 +9,6 @@ labels: Deliver funds from an [escrow](../../../../concepts/payment-types/escrow.md) to the recipient. -{% amendment-disclaimer name="Escrow" /%} - - ## Example {% $frontmatter.seo.title %} JSON ```json