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

Fixes btcsuite/btcd#1653 #1677

Merged
merged 1 commit into from
Jan 18, 2021
Merged

Fixes btcsuite/btcd#1653 #1677

merged 1 commit into from
Jan 18, 2021

Conversation

vinayakb
Copy link
Contributor

@vinayakb vinayakb commented Jan 4, 2021

No description provided.

@coveralls
Copy link

coveralls commented Jan 4, 2021

Pull Request Test Coverage Report for Build 461649438

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 11 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+1.7%) to 53.395%

Files with Coverage Reduction New Missed Lines %
peer/peer.go 11 75.71%
Totals Coverage Status
Change from base Build 407350020: 1.7%
Covered Lines: 20834
Relevant Lines: 39019

💛 - Coveralls

@@ -108,6 +108,7 @@ type GetBlockVerboseTxResult struct {
VersionHex string `json:"versionHex"`
MerkleRoot string `json:"merkleroot"`
Tx []TxRawResult `json:"tx,omitempty"`
RawTx []TxRawResult `json:"rawtx,omitempty"` // Note: this field is always empty when verbose != 2.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you also mention that the field is deprecated in Bitcoin Core, as of at least 0.16.0?

Copy link
Collaborator

@onyb onyb left a comment

Choose a reason for hiding this comment

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

Looks good! Added a small suggestion to update the comment.

@vinayakb
Copy link
Contributor Author

vinayakb commented Jan 4, 2021

@onyb Updated based on your comment.

Copy link
Collaborator

@jakesylvestre jakesylvestre left a comment

Choose a reason for hiding this comment

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

LGTM!

@jakesylvestre jakesylvestre merged commit c3ece69 into btcsuite:master Jan 18, 2021
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.

4 participants