mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-18 22:17:44 +02:00
Adding new peers up to given depth. Outline of node gaph Update
This commit is contained in:
@ -100,7 +100,7 @@ func (n *Network) Neighbourhood(ctx context.Context, req *pbNet.NeighbourhoodReq
|
||||
}
|
||||
|
||||
// creaate neighbourhood answer
|
||||
neighbourhood := &pbNet.Neighbour{
|
||||
neighbourhood := &pbNet.Neighbourhood{
|
||||
Node: node,
|
||||
Neighbours: neighbours,
|
||||
}
|
||||
|
Reference in New Issue
Block a user