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
Remove unreachable error case in construct_fwd_pending_htlc_info
Since we completed handling for all wrong-payload-provided cases in the
previous commit, we can remove an unreachable error on constructing pending
HTLC info. This simplifies error handling down the line since we won't need
even more unreachable code for handling a construct_fwd_pending_htlc_info intro
node error.
0 commit comments