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

Allow sending BTC #1137

Merged
merged 21 commits into from
Jan 2, 2023
Merged

Allow sending BTC #1137

merged 21 commits into from
Jan 2, 2023

Conversation

casey
Copy link
Collaborator

@casey casey commented Dec 31, 2022

Fixes #1114. Instead of trying to implement Bitcoin Core sendtoaddress, we just record what was sent and what was locked at the time, and assert in the test that the right send was issued.

TODO: Locking UTXOs makes them disappear from ord wallet inscriptions, so we either need to unlock them, or otherwise take this into account. Ideally inscription UTXOs would always be locked by bitcoin core, so they don't participate in automatic coin selection.

@casey casey marked this pull request as ready for review January 1, 2023 01:54
@casey casey requested a review from raphjaph January 1, 2023 02:01
@casey casey marked this pull request as draft January 1, 2023 03:30
@casey casey marked this pull request as ready for review January 2, 2023 22:25
@casey casey merged commit 844dcf8 into master Jan 2, 2023
@casey casey deleted the send-sats branch January 2, 2023 22:59
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.

Enable sending BTC from ord wallets
1 participant