Fixes btcsuite/btcd#1653
This commit is contained in:
parent
e747eb9284
commit
c3ece697da
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ type GetBlockVerboseTxResult struct {
|
||||||
VersionHex string `json:"versionHex"`
|
VersionHex string `json:"versionHex"`
|
||||||
MerkleRoot string `json:"merkleroot"`
|
MerkleRoot string `json:"merkleroot"`
|
||||||
Tx []TxRawResult `json:"tx,omitempty"`
|
Tx []TxRawResult `json:"tx,omitempty"`
|
||||||
|
RawTx []TxRawResult `json:"rawtx,omitempty"` // Deprecated: removed in Bitcoin Core
|
||||||
Time int64 `json:"time"`
|
Time int64 `json:"time"`
|
||||||
Nonce uint32 `json:"nonce"`
|
Nonce uint32 `json:"nonce"`
|
||||||
Bits string `json:"bits"`
|
Bits string `json:"bits"`
|
||||||
|
|
Loading…
Reference in a new issue