From b03112ab995dbed3df3feee6f9d897fb1ee9298d Mon Sep 17 00:00:00 2001 From: Shoaib Ahmed Date: Sun, 28 Jun 2020 02:00:15 +0200 Subject: [PATCH] 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 --- EIPS/eip-1474.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/EIPS/eip-1474.md b/EIPS/eip-1474.md index 78577470..05900ffe 100644 --- a/EIPS/eip-1474.md +++ b/EIPS/eip-1474.md @@ -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