hiero-ledger / hiero-ledger/hiero-consensus-node
Use `computeHash` instead of `getHash` where it's applicable
Open
Platform
Tech Debt Reduced
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
There are several usages of `State.getHash` in our codebase which we use solely to compute hash for the state. We should use `computeHash` instead. The result is exactly the same, the code looks more intuitive.
Contributor guide
Assessment
This issue has not been assessed yet.