mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Remove optional tag from xeddsa sig field
This commit is contained in:
parent
22cf0ebd66
commit
c7e500e9c5
1 changed files with 1 additions and 1 deletions
|
|
@ -1075,7 +1075,7 @@ message Data {
|
|||
/*
|
||||
* XEdDSA signature for the payload
|
||||
*/
|
||||
optional bytes xeddsa_signature = 10;
|
||||
bytes xeddsa_signature = 10;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue