Expose outbound SCID alias in `ChannelDetails` and use in routing
authorMatt Corallo <git@bluematt.me>
Fri, 1 Apr 2022 01:36:38 +0000 (01:36 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 27 May 2022 22:40:07 +0000 (22:40 +0000)
commit26288e301440565b433958bf9bac89f019ed35f2
tree1792a96815a774a9808440d76b18a0b713d04abc
parentff9e4572b605968efbc8e0a035459a1f6f6d265d
Expose outbound SCID alias in `ChannelDetails` and use in routing

This supports routing outbound over 0-conf channels by utilizing
the outbound SCID alias that we assign to all channels to refer to
the selected channel when routing.
fuzz/src/router.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/priv_short_conf_tests.rs
lightning/src/routing/router.rs