Remove unreachable BroadcastChannelUpdate
authorJeffrey Czyz <jkczyz@gmail.com>
Mon, 9 Aug 2021 20:15:12 +0000 (15:15 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Mon, 9 Aug 2021 20:56:10 +0000 (15:56 -0500)
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.


No differences found