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
This commit modifies the behaviour when a node can't forward an HTLC due to a temporary channel failure.
Rather than return unknown_next_peer which instructs the sender to fully remove the channel from the graph
temporary_channel_failure gives the sender the change to handle it more gracefully.
We also return the latest channel update to the sender.
0 commit comments