rust-lightning/lightning/src
Jeffrey Czyz f1c07b5573
Remove unreachable BroadcastChannelUpdate
When handling shutdown messages, Channel cannot move to
ChannelState::ShutdownComplete. Remove the code in ChannelManager that
adds a MessageSendEvent::BroadcastChannelUpdate in this case since it is
unreachable.
2021-08-09 15:56:10 -05:00
..
chain Generate shutdown script at channel close 2021-08-09 15:55:28 -05:00
ln Remove unreachable BroadcastChannelUpdate 2021-08-09 15:56:10 -05:00
routing Rename no_std feature to no-std 2021-08-03 18:53:33 +02:00
util Generate shutdown script at channel close 2021-08-09 15:55:28 -05:00
lib.rs Rename no_std feature to no-std 2021-08-03 18:53:33 +02:00
sync.rs Implement dummy Mutex, Condvar and RwLock 2021-07-20 20:59:18 +02:00