hiero-ledger / hiero-ledger/hiero-consensus-node
Made the `ConsensusUpdateTopicHandler` works with all-zeros keys instead of an empty key
Open
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
The way https://github.com/hiero-ledger/hiero-consensus-node/issues/18973 is implemented, when you want to null out a key, you need to pass an empty key. The HIP specified all-zeros, not an empty key(just like HIP-540).
Fix the `ConsensusUpdateTopicHandler` to work with an all-zero key.
Contributor guide
Assessment
This issue has not been assessed yet.