mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 23:55:49 +00:00
Remove Escrow amendment + fix admonition
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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" /%}
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user