Skip to content

Commit c7e500e

Browse files
committed
Remove optional tag from xeddsa sig field
1 parent 22cf0eb commit c7e500e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/mesh.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ message Data {
10751075
/*
10761076
* XEdDSA signature for the payload
10771077
*/
1078-
optional bytes xeddsa_signature = 10;
1078+
bytes xeddsa_signature = 10;
10791079
}
10801080

10811081
/*

0 commit comments

Comments
 (0)