From 61fd2ca4252df994cfc6f25aa48b51d74967a5e5 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 15 Jul 2025 17:09:12 +0200 Subject: [PATCH] channelnotifier: fix Godoc comment --- channelnotifier/channelnotifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.