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

Optional op_return output for generate_and_send_coins #143

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jachiang
Copy link
Contributor

@jachiang jachiang commented Nov 1, 2019

Allows us to conveniently generate op_return outputs with generate_and_send_coins:
This would be useful for taptweak chapter mini case-study: #132

Previous change added a witness stack argument to the CTxInWitness initializer.
However, methods such as CTransaction.deserialize() will initialize
CTxInWitness() without a witness stack argument. This fix makes the witness
stack argument optional.
Copy link
Collaborator

@elichai elichai left a comment

Choose a reason for hiding this comment

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

Don't understand the usecase but the technicality looks good

@jnewbery jnewbery removed their request for review December 6, 2023 13:01
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