From f007d1d71932c66f445a531e4b4de13b4c33687e Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 13 Aug 2024 11:44:48 -0500 Subject: [PATCH] Rename NONE_PKI to PKI_FAILED --- meshtastic/mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {