-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Don't lose ordinals if reveal transaction is not mined #769
Comments
|
figure out taproot descriptors. |
rawtr(tweaked private key) |
https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md Waiting for new release of bitcoin core |
@raphjaph Just a note on this one: As long as we can make sure that the wallet has the correct private key imported, and we're super sure of that, then getting it to sign with it can probably be deferred until later, since it isn't super important for the prototype inscription milestone. |
This isn't really done, but we save the recovery key, so we can implement this later. I'm going to make a separate issue. |
It's currently possible to lose ordinals by broadcasting a commit transaction, but then losing the reveal transaction. We should avoid this.
Ideas:
The text was updated successfully, but these errors were encountered: