Skip to content

Get rid of unnecessary ChannelMonitor in Channel #657

Closed
@valentinewallace

Description

@valentinewallace

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).

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions