Negotiate `scid_alias` for private channels based on a new config
authorMatt Corallo <git@bluematt.me>
Thu, 17 Feb 2022 22:13:54 +0000 (22:13 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 27 Mar 2022 17:12:17 +0000 (17:12 +0000)
commit2eb6e1f741be3a794ffbf275b8c5b1665e5c16b8
tree4ddd5f55e1624d1aed4ea6af3be54a0183bdd2d7
parent5d652bfec8944617070b828c8d29517908c7b033
Negotiate `scid_alias` for private channels based on a new config

Because negotiating `scid_alias` for all of our channels will cause
us to create channels which LDK versions prior to 0.0.106 do not
understand, we disable `scid_alias` negotiation by default.
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/util/config.rs