From c3ece697dab966a9b8854facead71755d226eead Mon Sep 17 00:00:00 2001 From: Vinayak Borkar Date: Mon, 4 Jan 2021 01:55:26 -0800 Subject: [PATCH] Fixes btcsuite/btcd#1653 --- btcjson/chainsvrresults.go | 1 + 1 file changed, 1 insertion(+) diff --git a/btcjson/chainsvrresults.go b/btcjson/chainsvrresults.go index e70900d8..bfe4d6b5 100644 --- a/btcjson/chainsvrresults.go +++ b/btcjson/chainsvrresults.go @@ -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"`