Skip to content

Commit 051d171

Browse files
committed
Merge branch '0-19-2-final-10079' into 0-19-2-final
2 parents e4465da + 2855288 commit 051d171

File tree

6 files changed

+2147
-2095
lines changed

6 files changed

+2147
-2095
lines changed

channelnotifier/channelnotifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func (c *ChannelNotifier) NotifyFullyResolvedChannelEvent(
192192
}
193193
}
194194

195-
// NotifyFundingTimeoutEvent notifies the channelEventNotifier goroutine that
195+
// NotifyFundingTimeout notifies the channelEventNotifier goroutine that
196196
// a funding timeout has occurred for a certain channel point.
197197
func (c *ChannelNotifier) NotifyFundingTimeout(chanPoint wire.OutPoint) {
198198
// Send this event to all channel event subscribers.

docs/release-notes/release-notes-0.19.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@
5252
- Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042)
5353
when we fail starting up LND before we startup the chanbackup sub-server.
5454

55+
- [Added the missing `FundingTimeoutEvent` event type to the
56+
`SubscribeChannelEvents`
57+
RPC](https://github.com/lightningnetwork/lnd/pull/10079) to avoid the
58+
`unexpected channel event update` error that lead to the termination of the
59+
streaming RPC call.
60+
5561
# New Features
5662

5763
## Functional Enhancements

0 commit comments

Comments
 (0)