Merge branch '0-19-2-branch-rc1-10009' into 0-19-2-branch-rc1

This commit is contained in:
Oliver Gugger
2025-07-01 08:46:29 +02:00

View File

@ -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
}