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

feat: config additions #5136

Merged

Commits on Mar 30, 2022

  1. config: adds htlc_minimum_msat htlc_maximum_msat announce_discovered_ip

    This adds config and commandline options for htlc_min_msat, htlc_max_msat and
    announce_discovered_ip. The default is 0msat for htlc_min_msat, unlimited for
    htlc_max_msat and enabled for announce_discovered_ip.
    
    The announce_discovered_ip gets the disable commandline switch --disable-ip-discovery
    
    Changelog-added: Config options for htlc_min_msat, htlc_max_msat and announce_discovered_ip.
    m-schmoock committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    64daff5 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. doc: htlc_minimum_msat htlc_maximum_msat announce_discovered_ip

    doc/schemas: adds htlc min/max and ip discovery
    m-schmoock committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f15c573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    084a717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f25b7b View commit details
    Browse the repository at this point in the history