Skip to content

Commit

Permalink
Fixes #1653
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakb authored and jakesylvestre committed Jan 18, 2021
1 parent e747eb9 commit c3ece69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions btcjson/chainsvrresults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"` // Deprecated: removed in Bitcoin Core
Time int64 `json:"time"`
Nonce uint32 `json:"nonce"`
Bits string `json:"bits"`
Expand Down

0 comments on commit c3ece69

Please sign in to comment.