ethereum / wiki

The Ethereum Wiki
https://www.ethereum.org
14.75k stars 2.56k forks source link

eth_getBlockByHash missing receiptsRoot in the result object #672

Closed taylorjdawson closed 4 years ago

taylorjdawson commented 5 years ago

eth_getblockbyhash is missing parameter, receiptsRoot in the result object. It is described in the params docs but not shown in the result object.

// Result
{
"id":1,
"jsonrpc":"2.0",
"result": {
   // receiptsRoot is missing here
  }
}
ChrisChinchilla commented 4 years ago

https://github.com/ethresearch/eth-wiki/issues/8