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

funding: remove dead code and sanity check pending chan ID #7887

Merged
merged 3 commits into from
Oct 9, 2023

Commits on Aug 23, 2023

  1. funding: remove unused field newChanBarriers

    This commit removes the occurance of `newChanBarriers` as it's not used
    anywhere.
    yyforyongyu committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    34b00b2 View commit details
    Browse the repository at this point in the history
  2. funding: rename method names to clear the funding flow

    Slightly refactored the names so it's easier to see which side is
    processing what messages.
    yyforyongyu committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9c31f93 View commit details
    Browse the repository at this point in the history
  3. lnwallet: sanity check empty pending channel ID

    This commit adds a sanity check to make sure an empty pending channel ID
    will not be accepted.
    yyforyongyu committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    23c75ae View commit details
    Browse the repository at this point in the history