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

Core: remove the commit fee clamp, add max fee #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 18, 2023

  1. Core: remove the commit fee clamp, add max fee

    This commit removes the check that compares mutual
    close fee with commit tx fee, this check is outdated
    and has been changed by this spec PR [1].
    
    To prevent unreasonably high fee, this commit introduces
    MutualCloseMaxFeeMultiplier setting.
    
    [1] lightning/bolts#847
    aarani committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8dfb1cb View commit details
    Browse the repository at this point in the history