Merge pull request #579 from powersjcb/optional-hops_away

convert hops_away from required to optional
This commit is contained in:
Ben Meadors 2024-09-17 06:40:37 -05:00 committed by GitHub
commit 1e212f1135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -141,7 +141,7 @@ message NodeInfoLite {
/*
* Number of hops away from us this node is (0 if adjacent)
*/
uint32 hops_away = 9;
optional uint32 hops_away = 9;
/*
* True if node is in our favorites list

View file

@ -1316,7 +1316,7 @@ message NodeInfo {
/*
* Number of hops away from us this node is (0 if adjacent)
*/
uint32 hops_away = 9;
optional uint32 hops_away = 9;
/*
* True if node is in our favorites list