Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure we don't ever retry a payment along a just-failed path #1252

Commits on Jan 18, 2022

  1. Ensure we don't ever retry a payment along a just-failed path

    If we try to pay a mobile client behind an LSP, its not strange for
    the singular last-hop hint to fail with a Temporary Channel Failure
    (indicating the mobile app is not currently open and connected to
    the LSP). In this case, we will penalize the last-hop channel but
    try again along the same path anyway, because we have no other
    path. This changes the retryer to simply refuse to do so, failing
    the payment instead.
    
    Fixes lightningdevkit#1241.
    TheBlueMatt committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    51d9c54 View commit details
    Browse the repository at this point in the history