channelnotifier: fix Godoc comment

This commit is contained in:
Oliver Gugger
2025-07-15 17:09:12 +02:00
parent df6c02e3af
commit 7c32c667c1

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. // a funding timeout has occurred for a certain channel point.
func (c *ChannelNotifier) NotifyFundingTimeout(chanPoint wire.OutPoint) { func (c *ChannelNotifier) NotifyFundingTimeout(chanPoint wire.OutPoint) {
// Send this event to all channel event subscribers. // Send this event to all channel event subscribers.