Commit c848b5a5 authored by Jakub Sztandera's avatar Jakub Sztandera

exchange: reintroduce info on wantlist update to no connected peer

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent cc43783d
......@@ -326,7 +326,7 @@ func (pm *WantManager) Run() {
for _, t := range ws.targets {
p, ok := pm.peers[t]
if !ok {
// No longer connected.
log.Infof("tried sending wantlist change to non-partner peer: %s", t)
continue
}
p.addMessage(ws.entries, ws.from)
......
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