rust-lightning/lightning
Jeffrey Czyz 91ff6c1a32
Combine InboundV2Channel and OutboundV2Channel
Pending v2 channels will need to be broken up into separate phases for
constructing and signing the funding transaction. To avoid increasing
the number of phases, combine the InboundV2Channel and OutboundV2Channel
types so that the can be used in one phase. Whether the channel is
inbound or outbound can be inferred from the ChannelContext.
2025-01-08 14:08:55 -06:00
..
src Combine InboundV2Channel and OutboundV2Channel 2025-01-08 14:08:55 -06:00
Cargo.toml Drop log-limiting features 2024-12-03 17:26:49 +01:00