-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fixes btcsuite/btcd#1653 #1677
Conversation
Pull Request Test Coverage Report for Build 461649438
💛 - Coveralls |
btcjson/chainsvrresults.go
Outdated
@@ -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. |
There was a problem hiding this comment.
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?
There was a problem hiding this 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.
@onyb Updated based on your comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.