Automatically merged updates to draft EIP(s) 1474 (#2754)

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Shoaib Ahmed 2020-06-28 02:00:15 +02:00 committed by GitHub
parent 2d959dc459
commit b03112ab99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -974,8 +974,6 @@ Returns a list of all logs based on a filter object
- {[`Data`](#data)} `topics` - list of order-dependent topics
- {`boolean`} `removed` - `true` if this filter has been destroyed and is invalid
**Note:** The return value of `eth_getLogs` when retrieving logs from `eth_newBlockFilter` and `eth_newPendingTransactionFilter` filters will be an array of hashes, not an array of Log objects.
##### Example
```sh