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

Add private flag to channel updates #2362

Merged
merged 3 commits into from
Nov 4, 2022
Merged

Commits on Sep 27, 2022

  1. Add private flag to channel updates

    Add a message flag to channel update to specify that an update is private
    and should not be rebroadcast to other nodes.
    
    We log an error if a private channel update gets into the rebroadcast list.
    
    See lightning/bolts#999
    t-bast committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    cbd3bbd View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    1fd715c View commit details
    Browse the repository at this point in the history
  2. Fix API test

    t-bast committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    3f8a4eb View commit details
    Browse the repository at this point in the history