Fix channel_ready
authorChris Waterson <waterson@gmail.com>
Tue, 17 Oct 2023 03:05:21 +0000 (20:05 -0700)
committerChris Waterson <waterson@gmail.com>
Wed, 25 Oct 2023 16:41:52 +0000 (09:41 -0700)
commit88087f572f4c2db5983dff8b30b61f3b980281d5
tree838121f8a92b3c4d7e76890bafe1b86b79cdfedc
parentdfacf25242d38bd4d4702e21432de147f28fd9c3
Fix channel_ready

Make sure that we send a `channel_ready` once we complete funding. Add logging
around each of places where we change the `signer_pending_*` status. Even more
better tests.
lightning/src/ln/async_signer_tests.rs
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs