Add missing deserialization of Event::HTLCHandlingFailed 2022-09-missing-event-deser
authorMatt Corallo <git@bluematt.me>
Tue, 6 Sep 2022 22:51:29 +0000 (22:51 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 7 Sep 2022 21:57:10 +0000 (21:57 +0000)
commit089ccbb67179b8d196fc396e91a33d28dd63619e
treea406b494bd8e618602e778eea8d5062a555f0966
parent8c6cb9953a3b00ce3da25fbdfd8ada0ec48fc63f
Add missing deserialization of Event::HTLCHandlingFailed

17e6c374c513f2eca810fa4e931be65f0d4fc29f added the
`HTLCHandlingFailed` event, including serialization thereof,
however failed to add corresponding deserialization. This corrects
that oversight by adding said deserialization.

Thanks to @wpaulino for catching the oversight.
lightning/src/util/events.rs