Skip to content

Commit

Permalink
Merge pull request #371 from helium/andymck/edge-denylist-support
Browse files Browse the repository at this point in the history
add denied edge invalid reason
  • Loading branch information
andymck authored Sep 25, 2023
2 parents 744b092 + 66af8e1 commit 6cfd6dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/poc_lora.proto
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ enum invalid_reason {
unknown_error = 18;
below_min_distance = 19;
duplicate = 20;
denied_edge = 21;
}

enum non_rewardable_packet_reason {
Expand Down

0 comments on commit 6cfd6dc

Please sign in to comment.