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

[LN] Allow multiple in-flight payments #2491

Merged
merged 6 commits into from
Jun 1, 2020

Commits on May 21, 2020

  1. [LN] Allow multiple in-flight payments

    LN payments aren't guaranteed to be completed quickly so we need to allow
    multiple outstanding payments.
    
    This doesn't yet handle the case of in-flight payments across re-starts (this
    will be handled in a future PR).
    matheusd committed May 21, 2020
    Configuration menu
    Copy the full SHA
    8229d47 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    24165e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b7bce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac0480 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44cc58a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2154702 View commit details
    Browse the repository at this point in the history