We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be74662 commit 91bceb4Copy full SHA for 91bceb4
ethclient/ethclient.go
@@ -287,7 +287,7 @@ func toFilterArg(q ethereum.FilterQuery) interface{} {
287
arg := map[string]interface{}{
288
"fromBlock": toBlockNumArg(q.FromBlock),
289
"toBlock": toBlockNumArg(q.ToBlock),
290
- "addresses": q.Addresses,
+ "address": q.Addresses,
291
"topics": q.Topics,
292
}
293
if q.FromBlock == nil {
0 commit comments