Skip to content

Commit

Permalink
blockhash -> blockHash (#550)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored Nov 23, 2020
1 parent c8565db commit 4e7cbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference/API-Objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ extra key.

| Key | Type | Required/Optional | Value |
|---------------|:------------------:|:-----------------:|--------|
| **blockhash** |Data, 32&nbsp;bytes | Optional. | Hash of block for which to return logs. If you specify `blockhash`, you cannot specify `fromBlock` and `toBlock`. |
| **blockHash** |Data, 32&nbsp;bytes | Optional. | Hash of block for which to return logs. If you specify `blockHash`, you cannot specify `fromBlock` and `toBlock`. |

## Log object

Expand Down

0 comments on commit 4e7cbf7

Please sign in to comment.