ethereum / wiki

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

eth_getunclebyblockhashandindex typo #673

Closed taylorjdawson closed 4 years ago

taylorjdawson commented 5 years ago

eth_getunclebyblockhashandindex

The first param reads:

DATA, 32 Bytes - hash a block.

It might be better to write:

DATA, 32 Bytes - The hash of a block.

https://github.com/ethereum/wiki/wiki/JSON-RPC#parameters-33

ChrisChinchilla commented 4 years ago

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