mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add nodeinfo bool has_xeddsa_signed
This commit is contained in:
parent
c7c99efb0d
commit
22cf0ebd66
1 changed files with 7 additions and 0 deletions
|
|
@ -1609,6 +1609,13 @@ message NodeInfo {
|
|||
* LSB 0 of the bitfield
|
||||
*/
|
||||
bool is_key_manually_verified = 12;
|
||||
|
||||
/*
|
||||
* True if node is signing its packets via XEdDSA
|
||||
* Persists between NodeDB internal clean ups
|
||||
* LSB 1 of the bitfield
|
||||
*/
|
||||
bool has_xeddsa_signed = 13;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue