strip a couple things

This commit is contained in:
Asim Aslam
2019-12-12 21:49:39 +00:00
parent 7bd50cd251
commit 74c5102e41
2 changed files with 6 additions and 12 deletions

View File

@@ -773,9 +773,6 @@ func (n *network) processNetChan(listener tunnel.Listener) {
log.Debugf("Network failed to advertise peers: %v", err)
}
// wait for a second
<-time.After(time.Second)
// advertise all the routes when a new node has connected
if err := n.router.Solicit(); err != nil {
log.Debugf("Network failed to solicit routes: %s", err)