From 71e8ae01b84cdde56761436a52552a25b03d2a97 Mon Sep 17 00:00:00 2001 From: Bas van Kervel Date: Wed, 5 Oct 2016 12:24:42 +0200 Subject: core/types: renamed receiptRoot to receiptsRoot --- internal/ethapi/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 9a97be25f..16cdffd00 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -597,7 +597,7 @@ func (s *PublicBlockChainAPI) rpcOutputBlock(b *types.Block, inclTx bool, fullTx "gasUsed": rpc.NewHexNumber(head.GasUsed), "timestamp": rpc.NewHexNumber(head.Time), "transactionsRoot": head.TxHash, - "receiptRoot": head.ReceiptHash, + "receiptsRoot": head.ReceiptHash, } if inclTx { -- cgit v1.2.3