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