diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index bb4fab3..9de4c2c 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -771,9 +771,9 @@ message Routing { NOT_AUTHORIZED = 33; /* - * This message is not a failure, and indicates that the message was sent via PKI + * 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) */ - NONE_PKI = 34; + PKI_FAILED = 34; } oneof variant {