eth_getBlockByHash missing receiptsRoot in the result object
taylorjdawson opened this issue · 1 comments
taylorjdawson commented
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