Skip to content

Commit

Permalink
fix iot unallocated enum
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 5, 2024
1 parent bfb7ac5 commit 60e6f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/poc_lora.proto
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ message operational_reward {

enum unallocated_reward_type {
unallocated_reward_type_poc = 0;
unallocated_reward_type_mapper = 1;
unallocated_reward_type_operation = 1;
unallocated_reward_type_oracle = 2;
unallocated_reward_type_data = 3;
}
Expand Down

0 comments on commit 60e6f52

Please sign in to comment.