mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |