Merge pull request #3088 from bas-vk/rpc-block-output

core/types: renamed receiptRoot to receiptsRoot
This commit is contained in:
Felix Lange
2016-10-06 18:32:27 +02:00
committed by GitHub
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 {