Skip to content

Commit

Permalink
Merge pull request #20 from pgebal/fix_eth_get_logs
Browse files Browse the repository at this point in the history
Fix eth_getLogs call
  • Loading branch information
ayrat555 authored Mar 29, 2018
2 parents 95fc556 + c223ecb commit afce311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ethereumex/client/macro.ex
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ defmodule Ethereumex.Client.Macro do
def eth_get_logs(filter, opts \\ []) do
params = [filter]

"eth_getLogs" |> request(params, filter)
"eth_getLogs" |> request(params, opts)
end

@spec eth_get_work(keyword()) :: {:ok, [binary()]} | error
Expand Down

0 comments on commit afce311

Please sign in to comment.