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
What happens if we start and there's channelmonitors that are on different sides of a fork? We need to detect that somehow and get them back to a common ancestor before moving forward with normal block sync.
The text was updated successfully, but these errors were encountered:
Tagging this 0.5 as it might finally become relevant after adding bitcoind RPC support. Though, addressing this properly will be a headscratcher as we (do and need to) load ChannelMonitors and give them to ChainMonitor in the Builder, but while only being able to actually connect and poll the RPC ChainSource after/upon start.
Matt commented in #11:
The text was updated successfully, but these errors were encountered: