diff --git a/meshtastic/deviceonly.proto b/meshtastic/deviceonly.proto index 623532a..acde0f1 100644 --- a/meshtastic/deviceonly.proto +++ b/meshtastic/deviceonly.proto @@ -167,7 +167,7 @@ message NodeInfoLite { /* * Bitfield for storing booleans. - * LSB 0 is_manually_validated + * LSB 0 is_key_manually_verified */ uint32 bitfield = 13; } diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index c2c68b5..74898c3 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -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; } /*