Skip to content

Commit

Permalink
include dc bones per share
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jun 7, 2024
1 parent fa739b5 commit 7e7e2eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/reward_manifest.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ syntax = "proto3";

package helium;

message mobile_reward_data { double poc_bones_per_coverage_point = 1; }
message mobile_reward_data {
double poc_bones_per_coverage_point = 1;
double dc_bones_per_share = 2;
}

message iot_reward_data {
double poc_bones_per_beacon_reward_share = 1;
double poc_bones_per_witness_reward_share = 2;
double dc_bones_per_share = 3;
}

message reward_manifest {
Expand Down

0 comments on commit 7e7e2eb

Please sign in to comment.