-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
MixHash is missing from Block
To Reproduce
Steps to reproduce the behavior:
- Go to https://playground.open-rpc.org/?schemaUrl=https://services.jade.builders/core-geth/mainnet/1.11.16
- Click on
eth_getBlockByNumber
- Scroll down and click 'try it now'
- Enter this in the Inspector Request editor:
{
"jsonrpc": "2.0",
"method": "eth_getBlockByNumber",
"params": [
"0x9a5883",
true
],
"id": 0
}
- MixHash is returned, but is not defined in the openrpc document
- See screenshots
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working