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
ln: handle DecodedOnionFailure for local trampoline failures
While proper error handling will be added in a followup, we add the
bare minimum required here for testing.
Note that we intentionally keep the behavior of not setting
`payment_failed_permanently` for local failures because we can possibly
retry it because we're the sender as a trampoline forwarder.
For example, a local ChannelClosed error is considered to be permanent,
but we can still retry along another channel.
0 commit comments