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

Improve MPP-send for direct channels #1599

Merged
merged 3 commits into from
Nov 13, 2020
Merged

Commits on Nov 12, 2020

  1. Improve MPP-send for direct channels

    When the recipient is a direct peer, we can use the accurate knowledge
    of our local channels instead of hard-coded MPP parameters to choose
    the number of routes and the minimum route amount.
    
    This change makes it possible to easily send all local funds in one
    payment when we're directly connected to the recipient.
    t-bast committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    37f022d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    337ba17 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

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