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

Add optional close address #3702

Merged
merged 3 commits into from
Dec 10, 2019

Commits on Dec 10, 2019

  1. lnrpc: Add optional delivery addresss to close channel

    This commit is adapted from @Bluetegu's original
    pull request lightningnetwork#1462.
    Bluetegu authored and carlaKC committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    25caece View commit details
    Browse the repository at this point in the history
  2. lncli: Add optional delivery address to close channel

    This commit is adapted from @Bluetegu's original
    pull request lightningnetwork#1462.
    carlaKC committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    ef4d933 View commit details
    Browse the repository at this point in the history
  3. multi: Use user provided close address for cooperative closes

    This commit is adapted from @Bluetegu's original
    pull request lightningnetwork#1462.
    
    This commit reads an optional address to pay funds out to
    from a user iniitiated close channel address. If the channel
    already has a shutdown script set, the request will fail if
    an address is provided. Otherwise, the cooperative close will
    pay out to the address provided.
    carlaKC committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    94d3eb6 View commit details
    Browse the repository at this point in the history