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

Check whether the recipient supports keysend #4236

Merged
merged 2 commits into from
Dec 11, 2020

Commits on Dec 10, 2020

  1. keysend: Check that the destination supports keysend upon init

    We were blindly initiating the keysend payment, which could lead to
    confusing outcomes. This adds a very specific error message to the
    error returned.
    
    Changelog-Fixed: keysend: Keysend now checks whether the destination supports keysend before attempting a payment. If not a more informative error is returned.
    cdecker authored and rustyrussell committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    e45eac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac9f7dd View commit details
    Browse the repository at this point in the history