diff --git a/HIP/hip-765.md b/HIP/hip-765.md index 682ba3599..73bc5d6b4 100644 --- a/HIP/hip-765.md +++ b/HIP/hip-765.md @@ -10,7 +10,8 @@ status: Accepted last-call-date-time: 2023-07-28T07:00:00Z created: 2023-07-11 discussions-to: https://github.com/hashgraph/hedera-improvement-proposal/pull/765 -updated: 2024-02-02 +updated: 2024-02-02, 2024-04-24 +requested-by: NA --- ## Abstract @@ -66,7 +67,7 @@ message TokenCreateTransactionBody { 2. Permit updates by adding a new field to [`TokenUpdateTransactionBody`](https://github.com/hashgraph/hedera-protobufs/blob/main/services/token_update.proto), Property `metadata` is set at the **token-type** level for non-fungible tokenID. -**Updating the metadata field should require a metadataKey (ie [HIP-657](https://github.com/hashgraph/hedera-improvement-proposal/blob/main/HIP/hip-657.md))** +**Updating the metadata field requires the metadataKey or adminKey to sign the transaction (ie [HIP-657](https://github.com/hashgraph/hedera-improvement-proposal/blob/main/HIP/hip-657.md))** ``` message TokenUpdateTransactionBody {