Skip to content

Commit

Permalink
Merge pull request #385 from helium/andymck/support-too-late-invalid-…
Browse files Browse the repository at this point in the history
…reason

add too late reason
  • Loading branch information
andymck authored Jan 11, 2024
2 parents a7c24d0 + 6f4e950 commit e3258b5
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 @@ -39,6 +39,7 @@ enum invalid_reason {
below_min_distance = 19;
duplicate = 20;
denied_edge = 21;
too_late = 22;
}

enum non_rewardable_packet_reason {
Expand Down

0 comments on commit e3258b5

Please sign in to comment.