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

Add coin selection methods #164

Merged
merged 2 commits into from
Jul 21, 2022

Conversation

zoedberg
Copy link
Contributor

closes #131

please note this PR contains a commit adding the list_unspent method for which a PR has already been opened, I'll rebase this once that has been merged.

@thunderbiscuit
Copy link
Member

@zoedberg I merged your PR for list_unspent. This is ready for a rebase!

@zoedberg zoedberg marked this pull request as ready for review July 12, 2022 19:08
src/lib.rs Outdated Show resolved Hide resolved
@notmandatory
Copy link
Member

Overall looks good, I just have one small suggestion to eliminate an .unwrap().

@zoedberg
Copy link
Contributor Author

Thanks for the suggestion! :) rebased, fixed and pushed

Copy link
Member

@thunderbiscuit thunderbiscuit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested a few of these in my bdk-kotlin-test-suite and everything seem to be working great!

Thanks for the PR @zoedberg, and your patience in getting this in.

ACK 24a0779.

src/lib.rs Outdated Show resolved Hide resolved
@thunderbiscuit
Copy link
Member

ReACK a3ae463.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add TxBuilder control coin selection methods
3 participants