Update docs/references/protocol/transactions/types/trustset.md

Co-authored-by: Rome Reginelli <rome@ripple.com>
This commit is contained in:
Mayukha Vadari
2025-04-28 11:25:42 -04:00
committed by GitHub
parent 2f94a73727
commit c3dd930036

View File

@@ -63,6 +63,6 @@ Transactions of the TrustSet type support additional values in the [`Flags` fiel
If a transaction tries to enable No Ripple but cannot, it fails with the result code `tecNO_PERMISSION`. Before the [fix1578 amendment][] became enabled, such a transaction would result in `tesSUCCESS` (making any other changes it could) instead.
The Auth flag of a trust line does not determine whether the trust line counts towards its owner's XRP reserve requirement. However, an enabled Auth flag prevents the trust line from being in its default state. An issuer can pre-authorize a trust line with the `tfSetfAuth` flag only, even if the limit and balance of the trust line are 0.
The Auth flag of a trust line does not determine whether the trust line counts towards its owner's XRP reserve requirement. An issuer can pre-authorize a trust line with the `tfSetfAuth` flag only, even if the limit and balance of the trust line are 0.
{% raw-partial file="/docs/_snippets/common-links.md" /%}