mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-26 15:42:52 +01:00
This patch got a bit bigger than I'd intended, but primarily this unifies force_shutdown() handling so all the callsites at least look similar. It also fails backwards any HTLCs which were completely pending (ie hadn't been committed to) and ensures we broadcast our local commitment transaction. It also adds a force_close_channel method to ChannelManager to expose force-closure. |
||
---|---|---|
.. | ||
chan_utils.rs | ||
channel.rs | ||
channelmanager.rs | ||
channelmonitor.rs | ||
mod.rs | ||
msgs.rs | ||
peer_channel_encryptor.rs | ||
peer_handler.rs | ||
router.rs |