Add nodeinfo bool has_xeddsa_signed

This commit is contained in:
Jonathan Bennett 2025-08-11 00:39:43 -05:00
parent c7c99efb0d
commit 22cf0ebd66

View file

@ -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;
}
/*