Skip to content

Commit

Permalink
Update receipt.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBrodetski authored Nov 29, 2022
1 parent 9cfd515 commit 13f9760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/receipt.ex
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ defmodule EthereumJSONRPC.Receipt do
end

# Arbitrum/ZkSync fields
defp entry_to_elixir({key, _}) when key in ~w(returnData returnCode feeStats l1BlockNumber l1BatchNumber l1BatchTxIndex) do
defp entry_to_elixir({key, _}) when key in ~w(returnData returnCode feeStats l1BlockNumber l1BatchNumber l1BatchTxIndex l2ToL1Logs) do
:ignore
end

Expand Down

0 comments on commit 13f9760

Please sign in to comment.