Skip to content

Get rid of unnecessary ChannelMonitor in Channel #657

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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