mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Better name for is_key_manually_verified
This commit is contained in:
parent
2b59c7f519
commit
08d7a07a4a
2 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ message NodeInfoLite {
|
|||
|
||||
/*
|
||||
* Bitfield for storing booleans.
|
||||
* LSB 0 is_manually_validated
|
||||
* LSB 0 is_key_manually_verified
|
||||
*/
|
||||
uint32 bitfield = 13;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1465,7 +1465,7 @@ message NodeInfo {
|
|||
* Persists between NodeDB internal clean ups
|
||||
* LSB 0 of the bitfield
|
||||
*/
|
||||
bool is_manually_validated = 12;
|
||||
bool is_key_manually_verified = 12;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue