Support receiving multiple funding_locked messages 2022-02-0conf-part-1
authorMatt Corallo <git@bluematt.me>
Tue, 1 Feb 2022 17:37:28 +0000 (17:37 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 9 Mar 2022 19:14:39 +0000 (19:14 +0000)
commite4486fe9f4cf682f8cf84f7b4eefe5515cbd3d4e
treeee80462f955466c74d58c77713279b1571fd8a2d
parent84fa127661ff09de94ac6129dd0790d6de79f8b7
Support receiving multiple funding_locked messages

As a part of adding SCID aliases to channels, we now have to accept
otherwise-redundant funding_locked messages which serve only to
update the SCID alias. Previously, we'd failt he channel as such
an update used to be bogus.
lightning/src/ln/channel.rs
lightning/src/ln/priv_short_conf_tests.rs