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 0deb760 commit 6b02708Copy full SHA for 6b02708
apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/block.ex
@@ -440,7 +440,7 @@ defmodule EthereumJSONRPC.Block do
440
# hash format
441
defp entry_to_elixir({key, _} = entry)
442
when key in ~w(author extraData hash logsBloom miner mixHash nonce parentHash receiptsRoot sealFields sha3Uncles
443
- signature stateRoot step transactionsRoot uncles),
+ signature stateRoot step transactionsRoot uncles emptySteps),
444
do: entry
445
446
defp entry_to_elixir({"timestamp" = key, timestamp}) do
0 commit comments