Skip to content

Commit

Permalink
Update clawback status to enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
amarantha-k committed Feb 8, 2024
1 parent 55bfaab commit 2699a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions content/resources/known-amendments.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The following is a comprehensive list of all known [amendments](amendments.html)
| [fixFillOrKill][] | v2.0.0 | [Open for Voting: 2024-01-09](https://xrpl.org/blog/2024/rippled-2.0.0.html "BADGE_80d0e0") |
| [XChainBridge][] | v2.0.0 | [Open for Voting: 2024-01-09](https://xrpl.org/blog/2024/rippled-2.0.0.html "BADGE_80d0e0") |
| [AMM][] | v1.12.0 | [Open for Voting: 2023-09-06](https://xrpl.org/blog/2023/rippled-1.12.0.html "BADGE_80d0e0") |
| [Clawback][] | v1.12.0 | [Open for Voting: 2023-09-06](https://xrpl.org/blog/2023/rippled-1.12.0.html "BADGE_80d0e0") |
| [XRPFees][] | v1.10.0 | [Open for Voting: 2023-03-14](https://xrpl.org/blog/2023/rippled-1.10.0.html "BADGE_80d0e0") |
| [Clawback][] | v1.12.0 | [Enabled: 2024-02-08](https://livenet.xrpl.org/transactions/C6BCCE60DFA4430A1F9097D774EA49E6FEFB1B535BA0EF9170DA0F2D08CDDB11 "BADGE_GREEN") |
| [fixReducedOffersV1][] | v1.12.0 | [Enabled: 2023-11-24](https://livenet.xrpl.org/transactions/87723D9D01AFAD8E55C944D7D1598969A8FBD852FCACAE361A40CBF5D4CB3BB1 "BADGE_GREEN") |
| [fixNFTokenRemint][] | v1.11.0 | [Enabled: 2023-11-27](https://livenet.xrpl.org/transactions/CA4562711E4679FE9317DD767871E90A404C7A8B84FAFD35EC2CF0231F1F6DAF "BADGE_GREEN") |
| [DisallowIncoming][] | v1.10.0 | [Enabled: 2023-08-21](https://livenet.xrpl.org/transactions/8747EF67D8CC1CA72A88817FBDF454507C3D9E8F0702D8E2B614958AE27A1D4E "BADGE_GREEN") |
Expand Down Expand Up @@ -242,15 +242,15 @@ Introduces three new transaction types: CheckCreate, CheckCancel, and CheckCash,
| Amendment | Clawback |
|:-------------|:---------|
| Amendment ID | 56B241D7A43D40354D02A9DC4C8DF5C7A1F930D92A9035C4E12291B3CA3E1C2B |
| Status | Open for Voting |
| Status | Enabled |
| Default Vote (Latest stable release) | No |
| Pre-amendment functionality retired? | No |

For regulatory purposes, some issuers must have the ability to recover issued tokens after they are distributed to accounts. For example, if an issuer were to discover that tokens were sent to an account sanctioned for illegal activity, the issuer could recover, or _claw back_ the funds.

Clawback is disabled by default. To use clawback, you must set the `lsfAllowTrustLineClawback` flag using an `AccountSet` transaction.

See [Clawback](https://opensource.ripple.com/docs/clawback/clawback-of-issued-currency/) for details on this amendment.
See [Clawback](clawing-back-tokens.html) for details on this amendment.


### XChainBridge
Expand Down
4 changes: 0 additions & 4 deletions dactyl-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1117,12 +1117,10 @@ pages:
- ja

- md: concepts/tokens/fungible-tokens/clawing-back-tokens.md
status: not_enabled
targets:
- en

- md: "@i18n/ja/concepts/tokens/fungible-tokens/clawing-back-tokens.md"
status: not_enabled
targets:
- ja

Expand Down Expand Up @@ -2729,12 +2727,10 @@ pages:
- ja

- md: references/protocol/transactions/types/clawback.md
status: not_enabled
targets:
- en

- md: "@i18n/ja/references/protocol/transactions/types/clawback.md"
status: not_enabled
targets:
- ja

Expand Down

0 comments on commit 2699a1b

Please sign in to comment.