Add support for the SCIDAlias feature bit in incoming channels
authorMatt Corallo <git@bluematt.me>
Tue, 1 Feb 2022 17:23:52 +0000 (17:23 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 27 Mar 2022 17:12:17 +0000 (17:12 +0000)
commit5d652bfec8944617070b828c8d29517908c7b033
tree5a68a285edb0d694a5fc71d42f31910925088db4
parentb42ebd892b161e846cd37e0bb3639cca9b6c08b8
Add support for the SCIDAlias feature bit in incoming channels

This does not, however, ever send the scid_alias feature bit for
outgoing channels, as that would cause the immediately prior
version of LDK to be unable to read channel data.
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/features.rs
lightning/src/util/events.rs