pull/2148/head
saneery 6 years ago
parent b4376e027c
commit 0af99b8814
  1. 2
      apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipts.ex

@ -63,7 +63,7 @@ defmodule EthereumJSONRPC.Receipts do
def elixir_to_logs(elixir) when is_list(elixir) do def elixir_to_logs(elixir) when is_list(elixir) do
elixir elixir
|> Enum.flat_map(&Receipt.elixir_to_logs/1) |> Enum.flat_map(&Receipt.elixir_to_logs/1)
|> Enum.filter(& Map.get(&1, "type") != "pending") |> Enum.filter(&(Map.get(&1, "type") != "pending"))
end end
@doc """ @doc """

Loading…
Cancel
Save