Commit fb21e01b authored by acud's avatar acud Committed by GitHub

feat: bootnodes dont dial (#2169)

parent d27e04ee
......@@ -527,6 +527,10 @@ func (k *Kad) manage() {
default:
}
if k.bootnode {
continue
}
oldDepth := k.NeighborhoodDepth()
k.connectNeighbours(&wg, peerConnChan, peerConnChan2)
k.connectBalanced(&wg, peerConnChan2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment