diff --git a/channelnotifier/channelnotifier.go b/channelnotifier/channelnotifier.go index 0019e50f9..f13ca6d75 100644 --- a/channelnotifier/channelnotifier.go +++ b/channelnotifier/channelnotifier.go @@ -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.