diff --git a/protobufs_extra/node_info_lite_proto.py b/protobufs_extra/node_info_lite_proto.py index 9393716..ff50517 100644 --- a/protobufs_extra/node_info_lite_proto.py +++ b/protobufs_extra/node_info_lite_proto.py @@ -7,14 +7,14 @@ DEVICE_METRICS_SCHEME = [ ] USER_LITE_SCHEME = [ - ("bytes", "macaddr", 1), + #("bytes", "macaddr", 1), ("string", "long_name", 2), ("string", "short_name", 3), - ("int32", "hw_model", 4), - ("bool", "is_licensed", 5), - ("int32", "role", 6), - ("bytes", "public_key", 7), - ("scalar", "is_unmessagable", 9, "bool") + #("int32", "hw_model", 4), + #("bool", "is_licensed", 5), + #("int32", "role", 6), + #("bytes", "public_key", 7), + #("scalar", "is_unmessagable", 9, "bool") ] POSITION_LITE_SCHEME = [