Major bug overhaul in how we handle network.Nodes and related handler

This commit is contained in:
Milos Gajdos
2019-09-03 16:39:27 +01:00
parent 3ea4490d6c
commit 6eb6d050ed
4 changed files with 84 additions and 66 deletions

View File

@@ -26,7 +26,7 @@ message NeighbourhoodRequest {
// NeighbourhoodResponse contains node neighbourhood hierarchy
message NeighbourhoodResponse {
repeated Neighbour neighbours = 1;
Neighbour neighbourhood = 1;
}
// Node is network node