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

bolt2: relax channel_reserve_satoshis requirements #1133

Closed

Commits on Jan 31, 2024

  1. bolt2: relax channel_reserve_satoshis requirements

    In some cases it can make sense to extend more trust to your
    channel counterparty and therefore not require them to always have
    something to lose in a breach scenario. This change relaxes the
    requirement to a recommendation to accommodate these scenarios.
    
    The main situation where we see demand for this is in the
    LSP<->Mobile use case where the LSP does not desire to impose a
    channel reserve requirement on the Mobile side. To accomplish this
    today, those use cases would explicitly choose to violate the spec.
    
    This change would make this (very legitimate but risky) choice
    one that is ultimately still spec-compliant.
    ProofOfKeags committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    729ef01 View commit details
    Browse the repository at this point in the history