remove neigbours during breminale
This commit is contained in:
parent
2676da918b
commit
075b3a078a
|
@ -59,7 +59,6 @@ func (conn *Connection) InsertNode(node *runtime.Node) {
|
||||||
err = json.NewEncoder(deflater).Encode(&data.ResponseData{
|
err = json.NewEncoder(deflater).Encode(&data.ResponseData{
|
||||||
Statistics: node.Statistics,
|
Statistics: node.Statistics,
|
||||||
NodeInfo: node.Nodeinfo,
|
NodeInfo: node.Nodeinfo,
|
||||||
Neighbours: node.Neighbours,
|
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
|
|
Loading…
Reference in New Issue