discovery+server: send lazy gossip msgs

This commit is contained in:
Conner Fromknecht
2019-03-05 17:08:48 -08:00
parent 2e5bc783f7
commit 0ae06c8189
2 changed files with 3 additions and 3 deletions

View File

@@ -2080,7 +2080,7 @@ func (s *server) sendPeerMessages(
errChans = append(errChans, errChan)
}
targetPeer.queueMsg(msg, errChan)
targetPeer.queueMsgLazy(msg, errChan)
}
return errChans