channelnotifier: fix Godoc comment

This commit is contained in:
Oliver Gugger 2025-07-15 17:09:12 +02:00
parent df6c02e3af
commit 7c32c667c1
No known key found for this signature in database
GPG key ID: 8E4256593F177720

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.