8000 Add default trait implementation for TxIn by ccdle12 · Pull Request #341 · rust-bitcoin/rust-bitcoin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add default trait implementation for TxIn #341

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

Merged
merged 1 commit into from
Dec 6, 2019

Conversation

ccdle12
Copy link
Contributor
@ccdle12 ccdle12 commented Nov 17, 2019

fixes #339

Adds a default impl for TxIn, if any of the values are incorrect please let me know

@codecov-io
Copy link

Codecov Report

Merging #341 into master will increase coverage by 0.06%.
The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #341      +/-   ##
==========================================
+ Coverage   81.66%   81.73%   +0.06%     
==========================================
  Files          38       38              
  Lines        7032     7048      +16     
==========================================
+ Hits         5743     5761      +18     
+ Misses       1289     1287       -2
Impacted Files Coverage Δ
src/blockdata/transaction.rs 93.9% <93.33%> (+0.42%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 700ed54...0586ed9. Read the comment docs.

@apoelstra
Copy link
Member

Looks good to me. Will defer to others for concept ACKs

Copy link
Member
@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.

ACK. just worth noting that the nSequence is max_value()

@apoelstra apoelstra merged commit 65cb18d into rust-bitcoin:master Dec 6, 2019
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.

TxIn should impl Default
5 participants
0