core/types: renamed receiptRoot to receiptsRoot

This commit is contained in:
Bas van Kervel
2016-10-05 12:24:42 +02:00
parent a7cc3248fe
commit 71e8ae01b8
3 changed files with 6 additions and 6 deletions

View File

@ -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 {