Add a reason enum to HTLCDestination
in some variants
#3561
Labels
good first issue
Good for newcomers
HTLCDestination
in some variants
#3561
It'd be nice if it was explicit why we failed when giving the user a
HTLCHandlingFailed
-HTLCDestination
provides that for many cases, but theNextHopChannel
case (and maybe others) can happen for different reasons. It'd be nice if we were explicit about that. Needs someone to go over all the places we build aEvent::HTLCHandlingFailed
and make sure it has a uniqueHTLCDestination
with enough info.The text was updated successfully, but these errors were encountered: