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

Use onion amount in MPP set calculation #1040

Merged
merged 2 commits into from
Nov 22, 2022

Commits on Nov 9, 2022

  1. Use onion amount in MPP set calculation

    The sender chooses the amounts that are set in the onion payload
    (`amt_to_forward`) but cannot predict what amounts will be set in the
    HTLCs (`amount_msat`) since intermediate nodes are allowed to overpay.
    t-bast committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    3b9fc8b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Fix error requirements for final node

    These requirements were missed when integrating lightning#1032
    t-bast committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    648fcdc View commit details
    Browse the repository at this point in the history