Merge pull request #2079 from sevastos/patch-1
discovery/gossiper: fix logging on failed channel update
This commit is contained in:
commit
d0a29364fd
@ -2048,7 +2048,8 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(
|
||||
if err != nil {
|
||||
log.Errorf("unable to send channel update -- "+
|
||||
"could not find peer %x: %v",
|
||||
remotePub, err)
|
||||
remotePub.SerializeCompressed(),
|
||||
err)
|
||||
} else {
|
||||
// Send ChannelUpdate directly to remotePeer.
|
||||
// TODO(halseth): make reliable send?
|
||||
|
Loading…
Reference in New Issue
Block a user