Skip to content

Commit

Permalink
Change names to reward-shares
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed Jul 11, 2024
1 parent 235e85f commit 45c5323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reward_manifest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package helium;
import "decimal.proto";

message mobile_reward_data {
Decimal poc_bones_per_coverage_point = 1;
Decimal boosted_poc_bones_per_coverage_point = 2;
Decimal poc_bones_per_reward_share = 1;
Decimal boosted_poc_bones_per_reward_share = 2;
}

message iot_reward_data {
Expand Down

0 comments on commit 45c5323

Please sign in to comment.