Skip to content

Commit

Permalink
add reciprocity related invalid reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Jan 12, 2024
1 parent 585704c commit 8b5d621
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/service/poc_lora.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ enum invalid_reason {
duplicate = 20;
denied_edge = 21;
too_late = 22;
gateway_no_valid_beacons = 23;
gateway_no_valid_witnesses = 24;
}

enum non_rewardable_packet_reason {
Expand Down

0 comments on commit 8b5d621

Please sign in to comment.