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
), then potentially some of the below calls won't ever execute if they're not also handled in the restart case. A similar thing happens in the CompleteReservationSingle case. The only call I found that was missed on restart was the ChannelFinalized call to the AuxController:
Crypt-iQ
changed the title
[bug]: unclean shutdown in funding causes ntfns to be missed
[bug]: unclean shutdown in funding causes ChannelFinalized to be missed
Jan 13, 2025
FundingSigned
,funderProcessFundingSigned
will be called: https://github.com/lightningnetwork/lnd/blob/e9dd01b60dd22a3e0181a1f4e924cb3d438fb518/funding/manager.go#L2683C19-L2683C45lnd
immediately after a successful call toCompleteReservation
here (lnd/funding/manager.go
Lines 2778 to 2780 in e9dd01b
CompleteReservationSingle
case. The only call I found that was missed on restart was theChannelFinalized
call to theAuxController
:lnd/funding/manager.go
Lines 2835 to 2840 in e9dd01b
The text was updated successfully, but these errors were encountered: