Add missing unfunded channel maps checks in `ChannelManager`
authorDuncan Dean <git@dunxen.dev>
Mon, 26 Jun 2023 14:06:50 +0000 (10:06 -0400)
committerDuncan Dean <git@dunxen.dev>
Wed, 19 Jul 2023 17:10:27 +0000 (19:10 +0200)
commitf27515dbb205935c895623e224aa03d69dfc5932
tree6cea57999367182acea5cb45611dce957b206d7e
parente9001aa0044515f6f14b0c58cf2b8ae0ef31364e
Add missing unfunded channel maps checks in `ChannelManager`

One of a series of follow-up commits to address some issues found
in PR 2077, where we split channels up into different maps and structs
depending on phase in their life.
lightning/src/ln/channelmanager.rs
lightning/src/ln/functional_test_utils.rs