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: add dust limit when using selectUTXO function #26

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

Polybius93
Copy link
Collaborator

This pull request utilizes the dust argument in the selectUTXO function of the @scure/btc-signer library to prevent the creation of dust outputs. Additionally, it introduces a test for the createFundingTransaction function. Without specifying the dust argument, this test would fail because it would generate an extra output that qualifies as dust.

@Polybius93 Polybius93 merged commit 5c4b111 into main Aug 9, 2024
6 checks passed
@Polybius93 Polybius93 deleted the feat/add-dust-limit branch August 9, 2024 12:34
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