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

Work around LND bug 6039 #2507

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Commits on Aug 17, 2023

  1. Work around LND bug 6039

    LND hasn't properly handled shutdown messages ever, and
    force-closes any time we send one while HTLCs are still present.
    The issue is tracked at
    lightningnetwork/lnd#6039 and has had
    multiple patches to fix it but none so far have managed to land
    upstream. The issue appears to be very low priority for the LND
    team despite being marked "P1".
    
    We're not going to bother handling this in a sensible way, instead
    simply repeated the Shutdown message on repeat until morale
    improves.
    TheBlueMatt committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bb7c4d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    b149279 View commit details
    Browse the repository at this point in the history