From c7e500e9c5e3afa6adfd4247807c7d6ab56a6141 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 11 Aug 2025 08:28:52 -0500 Subject: [PATCH] Remove optional tag from xeddsa sig field --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 6f5de04..af9b0c2 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1075,7 +1075,7 @@ message Data { /* * XEdDSA signature for the payload */ - optional bytes xeddsa_signature = 10; + bytes xeddsa_signature = 10; } /*