Always call finish_force_close_channel on closure
authorWillem Van Lint <noreply@wvanlint.dev>
Tue, 26 Sep 2023 05:36:26 +0000 (22:36 -0700)
committerWillem Van Lint <noreply@wvanlint.dev>
Tue, 26 Sep 2023 20:37:14 +0000 (13:37 -0700)
commitcd4b38dfd3c1948245a7830b9e5844915ef7e493
tree497dc18490e43e8c344342892e0d40b5831c288f
parent1ac53ed02bf26520d3b1a2c3c0e90c8691c83099
Always call finish_force_close_channel on closure

This is a step towards more unified closing of channels, and provides a
place where the per_peer_state lock is not held.
lightning/src/ln/channelmanager.rs