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

rust: update bitcoin dep to v0.32 #74

Merged
merged 1 commit into from
Jul 4, 2024
Merged

rust: update bitcoin dep to v0.32 #74

merged 1 commit into from
Jul 4, 2024

Conversation

benma
Copy link
Contributor

@benma benma commented Jul 4, 2024

No description provided.

@benma benma merged commit 4995f29 into master Jul 4, 2024
10 checks passed
@benma benma deleted the btc32 branch July 4, 2024 22:40
bitcoin::address::Payload::PubkeyHash(h) => Ok(Payload {
data: h[..].to_vec(),
impl Payload {
pub fn from_pkscript(pkscript: &[u8]) -> Result<Payload, PayloadError> {
Copy link

Choose a reason for hiding this comment

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

I suggest changing the type to Script for clarity. (But I get why it's not in this commit.)

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