You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if we receive an HTLC and decide that we aren't gonna forward it at all, we never generate the HTLCHandlingFailed event, but we should. Followup on #1392
The text was updated successfully, but these errors were encountered:
I believe the only case where this is not covered is when the short channel ID to forward on is unknown in process_pending_htlc_forwards. Or should I be looking elsewhere too?
Currently, if we receive an HTLC and decide that we aren't gonna forward it at all, we never generate the
HTLCHandlingFailed
event, but we should. Followup on #1392The text was updated successfully, but these errors were encountered: