mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-31 08:02:25 +02:00
pilot+discovery: remove info spews
This commit is contained in:
@@ -2010,8 +2010,8 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(
|
||||
prefix = "remote"
|
||||
}
|
||||
|
||||
log.Infof("Received new %v channel announcement: %v", prefix,
|
||||
spew.Sdump(msg))
|
||||
log.Infof("Received new %v channel announcement for %v", prefix,
|
||||
msg.ShortChannelID)
|
||||
|
||||
// By the specification, channel announcement proofs should be
|
||||
// sent after some number of confirmations after channel was
|
||||
|
Reference in New Issue
Block a user