Skip to content

Commit 6b02708

Browse files
author
karan
committed
added empty step
1 parent 0deb760 commit 6b02708

File tree

1 file changed

+1
-1
lines changed
  • apps/ethereum_jsonrpc/lib/ethereum_jsonrpc

1 file changed

+1
-1
lines changed

apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/block.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ defmodule EthereumJSONRPC.Block do
440440
# hash format
441441
defp entry_to_elixir({key, _} = entry)
442442
when key in ~w(author extraData hash logsBloom miner mixHash nonce parentHash receiptsRoot sealFields sha3Uncles
443-
signature stateRoot step transactionsRoot uncles),
443+
signature stateRoot step transactionsRoot uncles emptySteps),
444444
do: entry
445445

446446
defp entry_to_elixir({"timestamp" = key, timestamp}) do

0 commit comments

Comments
 (0)