Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion XLS-0096-confidential-mpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Two new flags are introduced for the `MPTokenIssuance` ledger object. Note that
| Flag Name | Field | Hex Value | Description |
| :---------------------------------------------- | :--------------- | :----------- | :-------------------------------------------------------------------------------------------------- |
| `lsfMPTCanHoldConfidentialBalance` | `sfFlags` | `0x00000080` | Indicates that confidential transfers are enabled for this token issuance. |
| `lsmfMPTCannotEnableCanHoldConfidentialBalance` | `sfMutableFlags` | `0x00040000` | If set, the `lsfMPTCanHoldConfidentialBalance` flag can never be changed after the token is issued. |
| `lsmfMPTCannotEnableCanHoldConfidentialBalance` | `sfMutableFlags` | `0x00000080` | If set, the `lsfMPTCanHoldConfidentialBalance` flag can never be changed after the token is issued. |

**Note**: `sfMutableFlags` is introduced in the amendment [`DynamicMPT`](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0094-dynamic-MPT). To use this field,the `DynamicMPT` amendment must be enabled.

Expand Down