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
simln-lib: refactor ForwardingError to nested results
Previously we were mixing regular fowarding errors like
insufficient balance and critical errors that warranted a shutdown
in the same ForwardingError type. Use nested results when
propagating a payment to differentiate between them.
0 commit comments