Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Extra data format in eth_getBlockByNumber is not correct #380

Closed
crypto-facs opened this issue Jul 28, 2021 · 0 comments · Fixed by #381
Closed

Extra data format in eth_getBlockByNumber is not correct #380

crypto-facs opened this issue Jul 28, 2021 · 0 comments · Fixed by #381

Comments

@crypto-facs
Copy link
Contributor

Steps to reproduce:

  1. Run the following query
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x1", false],"id":1}' -H "Content-Type: application/json" http://localhost:8545

__Expected behavior: "extraData":"0x"

Actual behavior: "extraData":""

Additional info: [Include gist of relevant config, logs, etc.]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant