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 From<Address> for ScriptBuf #1592

Merged
merged 1 commit into from Feb 12, 2023

Conversation

tcharding
Copy link
Member

Add an implementation of From<Address> for ScriptBuf that calls through to address.script_pubkey (which calls
address.payload.script_pubkey()).

Fix: #1457

Add an implementation of `From<Address> for ScriptBuf` that calls
through to `address.script_pubkey` (which calls
`address.payload.script_pubkey()`).

Fix: rust-bitcoin#1457
Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

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

ACK 5f86b30

@tcharding tcharding added the P-high High priority label Feb 3, 2023
Copy link
Collaborator

@Kixunil Kixunil left a comment

Choose a reason for hiding this comment

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

ACK 5f86b30

@apoelstra apoelstra merged commit c4e7866 into rust-bitcoin:master Feb 12, 2023
@tcharding tcharding deleted the 01-26-script-from-address branch February 13, 2023 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Script is missing From<Address>
3 participants