From 72146fd2b46ff1305d0e794ea13733f5d87dad96 Mon Sep 17 00:00:00 2001 From: Neeharika-Sompalli Date: Thu, 7 Nov 2024 11:21:58 -0600 Subject: [PATCH] fix review comments Signed-off-by: Neeharika-Sompalli --- HIP/hip-1064.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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. ``` /**