channelnotifier: fix Godoc comment

This commit is contained in:
Oliver Gugger
2025-07-15 17:09:12 +02:00
parent e4465daa60
commit 61fd2ca425

View File

@@ -192,7 +192,7 @@ func (c *ChannelNotifier) NotifyFullyResolvedChannelEvent(
}
}
// NotifyFundingTimeoutEvent notifies the channelEventNotifier goroutine that
// NotifyFundingTimeout notifies the channelEventNotifier goroutine that
// a funding timeout has occurred for a certain channel point.
func (c *ChannelNotifier) NotifyFundingTimeout(chanPoint wire.OutPoint) {
// Send this event to all channel event subscribers.