diff --git a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/mpt_holders.md b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/mpt_holders.md index 0793544569..9f00843cc3 100644 --- a/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/mpt_holders.md +++ b/docs/references/http-websocket-apis/public-api-methods/path-and-order-book-methods/mpt_holders.md @@ -59,7 +59,6 @@ The request contains the following parameters: "account": "rEiNkzogdHEzUxPfsri5XSMqtXUixf2Yx", "flags": 0, "mpt_amount": "20", - "locked_amount": "1", "mptoken_index": "36D91DEE5EFE4A93119A8B84C944A528F2B444329F3846E49FE921040DE17E65" }, { diff --git a/docs/references/protocol/data-types/mptoken.md b/docs/references/protocol/data-types/mptoken.md index 522b664755..ac564e3995 100644 --- a/docs/references/protocol/data-types/mptoken.md +++ b/docs/references/protocol/data-types/mptoken.md @@ -54,7 +54,7 @@ Flags are properties or other options associated with the `MPToken` object. | Flag Name | Flag Value | Description | |:------------------|:-----------|:--------------------------------------------| -| `lsfMPTLocked` | `0x00000001` | If enabled, indicates that the MPT owned by this account is currently locked and cannot be used in any XRP transactions other than sending value back to the issuer. When this flag is set, the LockedAmount must equal the MPTAmount value. | +| `lsfMPTLocked` | `0x00000001` | If enabled, indicates that the MPT owned by this account is currently locked and cannot be used in any XRP transactions other than sending value back to the issuer. | | `lsfMPTAuthorized` | `0x00000002` | (Only applicable for allow-listing) If set, indicates that the issuer has authorized the holder for the MPT. This flag can be set using a `MPTokenAuthorize` transaction; it can also be "un-set" using a `MPTokenAuthorize` transaction specifying the `tfMPTUnauthorize` flag. |