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

openchannel: make openchannel hook chainable #3960

Merged

Commits on Sep 6, 2020

  1. openchannel: make openchannel hook chainable

    This will make the `openchannel_hook` chainable. Logic is as follows:
     - The first plugin that rejects terminates the chain
     - If more than one plugin uses the `close_to` parameter, take the first
       value and log_unusual for the others.
    
    Changelog-Added: openchannel_hook is now chainable
    m-schmoock committed Sep 6, 2020
    Configuration menu
    Copy the full SHA
    759b857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e006d19 View commit details
    Browse the repository at this point in the history