Merge pull request #10009 from ellemouton/fixLogLinePanic

discovery: fix log line panic
This commit is contained in:
Elle
2025-07-01 06:58:46 +02:00
committed by GitHub

View File

@@ -2236,7 +2236,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
}