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

Create Custom Key Manager #396

Merged
merged 1 commit into from
Apr 22, 2023
Merged

Create Custom Key Manager #396

merged 1 commit into from
Apr 22, 2023

Conversation

benthecarman
Copy link
Collaborator

@benthecarman benthecarman commented Apr 22, 2023

This makes it so any receive address generated by LDK will be to our bdk wallet, this should make closes take 1 less on-chain transaction because we shouldn't need to sweep.

One caveat will be that we can't open channels to nodes that don't support taproot, at this point every implementation has supported this for over a year so we should be fine.

Copy link
Contributor

@TonyGiorgio TonyGiorgio left a comment

Choose a reason for hiding this comment

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

Awesome, love it

@benthecarman benthecarman marked this pull request as ready for review April 22, 2023 20:28
@benthecarman benthecarman merged commit 34fadc8 into master Apr 22, 2023
3 checks passed
@benthecarman benthecarman deleted the custom-key-manager branch April 22, 2023 20:35
@benthecarman benthecarman linked an issue Apr 22, 2023 that may be closed by this pull request
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.

Create custom KeysInterface
2 participants