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
Channel::is_pre_funded_state got updated to return true when there's an interactive signing session available, but that looks wrong in the context of is_funding_broadcast (the funding is definitely not broadcasted!) but also generally seems wrong (shouldn't we check the state of the interactive signing session before we assume its far enough along that we should generate a closing ChannelMonitorUpdate, as its used in the force-closure pipeline, or before deciding to keep the channel around on disconnect, as in remove_uncommitted_htlcs_and_mark_paused).