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
We currently hold a full lock on a full ChainMonitor when connecting blocks for all our ChannelMonitors. We shouldn't do that, we should drop the lock after each monitor and give users a chance to use their node in between full monitor syncs. Should improve #1528 a good bit.