mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-10 06:07:16 +01:00
multi: enhance logging for debugging peer connection
This commit is contained in:
@@ -158,6 +158,7 @@ func (c *ChannelGraphBootstrapper) SampleNodeAddrs(numAddrs uint32,
|
||||
// We'll merge the ignore map with our currently selected map in order
|
||||
// to ensure we don't return any duplicate nodes.
|
||||
for n := range ignore {
|
||||
log.Tracef("Ignored node %x for bootstrapping", n)
|
||||
c.tried[n] = struct{}{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user