Skip to content

Commit

Permalink
packet up uses gateway public key
Browse files Browse the repository at this point in the history
not session key
  • Loading branch information
madninja committed Jul 20, 2023
1 parent 6c9515c commit 85ac774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/packet_router.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ message packet_router_packet_up_v1 {
float snr = 6;
region region = 7;
uint64 hold_time = 8;
bytes session_key = 9;
bytes gateway = 9;
bytes signature = 10;
}

Expand Down

0 comments on commit 85ac774

Please sign in to comment.