Provide some test coverage of `shutdown` msgs for unfunded chans 2023-09-finish-force-close-deadlocks
authorMatt Corallo <git@bluematt.me>
Mon, 25 Sep 2023 19:49:15 +0000 (19:49 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 26 Sep 2023 00:38:17 +0000 (00:38 +0000)
commit20e1c27334dd6d368f6d2a8865dea000cc876042
treef801e58be2e8e42a5899565837055f2003995175
parentd6cd197adcbed941f0827751f4ae5121e133094b
Provide some test coverage of `shutdown` msgs for unfunded chans

We have code to handle receiving `shutdown` messages on unfudned
channels. However, it had no test coverage, which we add here.
lightning/src/ln/shutdown_tests.rs