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

Fail request_refund_payment for unsupported chain #2917

Merged

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    07d766a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad91fcd View commit details
    Browse the repository at this point in the history
  3. Fail request_refund_payment for unsupported chain

    If a Refund has an unsupported chain, ChannelManager should not send an
    invoice as it can't be paid on that chain. Instead, return an error when
    calling ChannelManager::request_refund_payment for such refunds.
    jkczyz committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    228e72c View commit details
    Browse the repository at this point in the history