mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-13 12:32:48 +02:00
channelnotifier: fix Godoc comment
This commit is contained in:
parent
df6c02e3af
commit
7c32c667c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue