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

Correct dust limit for splice inputs #557

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Oct 25, 2023

When creating a splice transaction, we should filter out inputs that are below the dust limit. But we should apply the dust limit that matches each script type, instead of the using the channel's dust limit (which is used for the outputs of the funding and commitment transactions).

When creating a splice transaction, we should filter out inputs that are
below the dust limit. But we should apply the dust limit that matches
each script type, instead of the using the channel's dust limit (which is
used for the outputs of the funding and commitment transactions).
@t-bast t-bast requested a review from pm47 October 25, 2023 14:51
@t-bast t-bast merged commit 9ffeb05 into master Nov 2, 2023
2 checks passed
@t-bast t-bast deleted the splice-input-script-dust-limit branch November 2, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants