Remove optional tag from xeddsa sig field

This commit is contained in:
Jonathan Bennett 2025-08-11 08:28:52 -05:00
parent 22cf0ebd66
commit c7e500e9c5

View file

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