Merge pull request #579 from powersjcb/optional-hops_away

convert hops_away from required to optional
pull/581/head
Ben Meadors 2024-09-17 06:40:37 -05:00 zatwierdzone przez GitHub
commit 1e212f1135
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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