Currently, the LSPS2ServiceHandler::htlc_handling_failed only only handles HTLCDestination::NextHopChannel, but it should likely at the very least also handle HTLCDestination::UnknownNextHop and HTLCDestination::InvalidForward variants, i.e., all for which we at least know the intended intercept SCID.
Currently, the
LSPS2ServiceHandler::htlc_handling_failedonly only handlesHTLCDestination::NextHopChannel, but it should likely at the very least also handleHTLCDestination::UnknownNextHopandHTLCDestination::InvalidForwardvariants, i.e., all for which we at least know the intended intercept SCID.