Skip to content

Commit f007d1d

Browse files
committed
Rename NONE_PKI to PKI_FAILED
1 parent f03121f commit f007d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meshtastic/mesh.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,9 +771,9 @@ message Routing {
771771
NOT_AUTHORIZED = 33;
772772

773773
/*
774-
* This message is not a failure, and indicates that the message was sent via PKI
774+
* The client specified a PKI transport, but the node was unable to send the packet using PKI (and did not send the message at all)
775775
*/
776-
NONE_PKI = 34;
776+
PKI_FAILED = 34;
777777
}
778778

779779
oneof variant {

0 commit comments

Comments
 (0)