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
If we have a ChannelMonitor with the latest update id when we start a channelmanager, we should auto-mark channels as no longer awaiting persistence, as if by calling channel_manager.channel_monitor_updated. This will be even more important after monitor updated events are async after #1108.
The text was updated successfully, but these errors were encountered:
If we have a
ChannelMonitor
with the latest update id when we start a channelmanager, we should auto-mark channels as no longer awaiting persistence, as if by callingchannel_manager.channel_monitor_updated
. This will be even more important after monitor updated events are async after #1108.The text was updated successfully, but these errors were encountered: