mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-29 11:11:53 +01:00
discovery/gossiper: add trace log when skipping unadvertised node ann
This commit is contained in:
parent
4f45e339f1
commit
c9e79527af
@ -1642,6 +1642,9 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(
|
||||
source: nMsg.source,
|
||||
msg: msg,
|
||||
})
|
||||
} else {
|
||||
log.Tracef("Skipping broadcasting node announcement "+
|
||||
"for %x due to being unadvertised", msg.NodeID)
|
||||
}
|
||||
|
||||
nMsg.err <- nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user