rust-lightning/lightning
Matt Corallo 585493a3e1 Handle cases where a channel is in use w/o an SCID in ChannelManager
In the next few commits we add support for 0conf channels, allowing
us to have an active channel with HTLC and other updates flying
prior to having an SCID available. This would break several
assumptions made in `ChannelManager`, which we address here by
looking at SCID aliases in addition to SCIDs.
2022-05-27 22:40:07 +00:00
..
src Handle cases where a channel is in use w/o an SCID in ChannelManager 2022-05-27 22:40:07 +00:00
Cargo.toml bitcoin crate 0.28.1 2022-05-05 18:04:42 +02:00