Rename NONE_PKI to PKI_FAILED

This commit is contained in:
Jonathan Bennett 2024-08-13 11:44:48 -05:00
parent f03121f440
commit f007d1d719

View file

@ -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 {