hedera-improvement-proposal
hedera-improvement-proposal copied to clipboard
fix: HIP-540: clarify that an admin key cannot be set to "unusable" key value
Description:
Currently, as stated in the HIP-540 document, a token adminKey
can be removed and also it can change itself to 0x00..000
(or the so-called "unusable" key value). Those two different possibilities essentially have the same final result:
- The token will never again have a usable
adminKey
@tinker-michaelj @netopyr
Related issue(s):
Fixes #
Notes for reviewer:
Make it clear that a token adminKey
can only be removed and cannot be set to "unusable" key, despite the value of the keyVerificationMode
Checklist
- [x] Documented (Code comments, README, etc.)
- [ ] Tested (unit, integration, etc.)