You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct post-update action comment on claims from closed chans
Before e938ed7 and
41f703c, when we had a payment
preimage for a claim which needed to go to a closed channel, we'd
always run the post-`ChannelMonitorUpdate` completion action
immediately as we didn't actually track async
`ChannelMonitorUpdate`s to closed channels. Since those commits we
do, but the comment noting the completion action processing was not
updated.
Thus, here we update the comment, for the easiest close on a major
feature issue ever.
Fixes#2355.
0 commit comments