Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
  • Loading branch information
Neeharika-Sompalli committed Nov 13, 2024
1 parent 72146fd commit 1132190
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions HIP/hip-1064.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The implementation will be tested under various scenarios, including:
- As a network operator, when `nodes.adjustNodeFees` is set to false, I do not expect each node reward to be reduced
by the average node fees already collected during that period.
- As a network operator, I expect each active node to receive at least a minimum reward defined by `nodes.minNodeReward`
- As a user of the network, I expect that non-active nodes do not receive any rewards

## Specification

Expand Down Expand Up @@ -137,14 +138,6 @@ message Judge {
every round.

```
syntax = "proto3";
package com.hedera.hapi.node.state.token;
option java_package = "com.hederahashgraph.api.proto.java";
// <<<pbj.java_package = "com.hedera.hapi.node.state.token">>> This comment is special code for setting PBJ Compiler java package
option java_multiple_files = true;
/**
* A record of node "active" status.<br/>
* This is used to record the number of "active" nodes in a staking
Expand Down

0 comments on commit 1132190

Please sign in to comment.