Remove optional tag from xeddsa sig field

XEdDSA
Jonathan Bennett 2025-08-11 08:28:52 -05:00
rodzic 22cf0ebd66
commit c7e500e9c5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1075,7 +1075,7 @@ message Data {
/* /*
* XEdDSA signature for the payload * XEdDSA signature for the payload
*/ */
optional bytes xeddsa_signature = 10; bytes xeddsa_signature = 10;
} }
/* /*