]> git.bitcoin.ninja Git - rust-lightning/commit
Drop now-unused `outbound_scid_alias` param to channel constructor
authorMatt Corallo <git@bluematt.me>
Tue, 15 Aug 2023 22:31:31 +0000 (22:31 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 15 Aug 2023 22:32:55 +0000 (22:32 +0000)
commit1bf27bfd334575c825d0591b5011d1bc36e0d12b
treec21545e33b135c7aeaf37debf3d2cd3eeb4e4a84
parente0255c0fff4cabeb0fc3746b6681c524217cb7a1
Drop now-unused `outbound_scid_alias` param to channel constructor

01847277b957ec94129141a7e7439ae539c094f1 switched around the logic
for inbound channel construction to assign the outbound SCID alias
after constructing the `InboundV1Channel` object. Thus, the SCID
alias argument is now unused, and we remove it here.
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_tests.rs