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
In preparation for refactoring how we persist channel data, we need to get rid of the Channel's ChannelMonitor. The only reason it exists now is because of the ChannelManager calling would_broadcast_at_height. would_broadcast_at_height provides information that should be accessible in a different way (that doesn't require the Channel to hold its ChannelMonitor).
The text was updated successfully, but these errors were encountered:
In preparation for refactoring how we persist channel data, we need to get rid of the
Channel
'sChannelMonitor
. The only reason it exists now is because of theChannelManager
callingwould_broadcast_at_height
.would_broadcast_at_height
provides information that should be accessible in a different way (that doesn't require theChannel
to hold itsChannelMonitor
).The text was updated successfully, but these errors were encountered: