rust-lightning/lightning
Jeffrey Czyz 583224f4f9
Implement From<OutboundV1Channel> for ChannelPhase
Exposing ChannelPhase in ChannelManager has led to verbose match
statements, which need to be modified each time a ChannelPhase is added.
Making ChannelPhase an implementation detail of Channel would help avoid
this.

As a step in this direction, define a conversion from OutboundV1Channel
to ChannelPhase (to be renamed Channel).
2025-01-10 11:16:12 -06:00
..
src Implement From<OutboundV1Channel> for ChannelPhase 2025-01-10 11:16:12 -06:00
Cargo.toml Drop log-limiting features 2024-12-03 17:26:49 +01:00