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

Feature neatening #5455

Merged
merged 2 commits into from
Aug 8, 2022
Merged

Commits on Jul 23, 2022

  1. common/features: add channel_type definition, neaten header.

    Put all the normal spec-defined ones together.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    9b4dd4c View commit details
    Browse the repository at this point in the history
  2. lightningd: set the channel_type feature.

    AFAICT we should have been doing this since we started sending and
    receiving it, but didn't.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    Changelog-Added: Protocol: we now advertize the `option_channel_type` feature (which we actually supported since v0.10.2)
    rustyrussell committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    9e0966b View commit details
    Browse the repository at this point in the history