Drop HTLCState::LocalRemovedAwaitingCommitment
authorMatt Corallo <git@bluematt.me>
Wed, 5 Sep 2018 18:47:43 +0000 (14:47 -0400)
committerMatt Corallo <git@bluematt.me>
Wed, 5 Sep 2018 23:47:01 +0000 (19:47 -0400)
commitd1568ca7092057ffd7b84daed17cef05a50871b2
treea8bd1116e0b8bae30894ec83ac10f3dc308003cc
parent8e4c062f1b5aacc1fb98b52537a7a98b6194c6b4
Drop HTLCState::LocalRemovedAwaitingCommitment

This was redundant and was included because the HTLC still needed
to be monitored, but that happens in ChannelMonitor, so there is no
need for it in Channel itself.
src/ln/channel.rs