mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
Merge branch '0-19-2-branch-rc1-10009' into 0-19-2-branch-rc1
This commit is contained in:
@ -2234,7 +2234,7 @@ func (d *AuthenticatedGossiper) isMsgStale(_ context.Context,
|
||||
}
|
||||
if err != nil {
|
||||
log.Debugf("Unable to retrieve channel=%v from graph: "+
|
||||
"%v", chanInfo.ChannelID, err)
|
||||
"%v", msg.ShortChannelID, err)
|
||||
return false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user