diff --git a/core/types/receipt.go b/core/types/receipt.go index 4f96fde59c..a7cefd6dd4 100644 --- a/core/types/receipt.go +++ b/core/types/receipt.go @@ -68,9 +68,10 @@ type Receipt struct { // Inclusion information: These fields provide information about the inclusion of the // transaction corresponding to this receipt. - BlockHash common.Hash `json:"blockHash,omitempty"` - BlockNumber *big.Int `json:"blockNumber,omitempty"` - TransactionIndex uint `json:"transactionIndex"` + BlockHash common.Hash `json:"blockHash,omitempty"` + BlockNumber *big.Int `json:"blockNumber,omitempty"` + TransactionIndex uint `json:"transactionIndex"` + To common.Address `json:"to,omitempty"` } type receiptMarshaling struct {