diff --git a/HIP/hip-1064.md b/HIP/hip-1064.md index d88a97ffb..9202b930a 100644 --- a/HIP/hip-1064.md +++ b/HIP/hip-1064.md @@ -85,10 +85,9 @@ distribute rewards, based on the total number of node accounts in the network. This HIP modifies the following state protobufs. - Currently, PlatformState’s ConsensusSnapshot contains information about the `judge_hashes`. But, it doesn’t provide - the - creator ids. We will deprecate the existing `judge_hashes` and add a list of `judges`. Each `Judge` will include the - creator node id and the judge hash for that node. Any node that didn’t create a judge in a round will not be present - in the list. + the creator ids. We will deprecate the existing `judge_hashes` and add a list of `judges`. Each `Judge` will include + the creator node id and the judge hash for that node. Any node that didn’t create a judge in a round will not be + present in the list. ``` /**