Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request blockscout#6 from celo-org/nambrot/celo-randomness
Browse files Browse the repository at this point in the history
Adjust to Randomness
  • Loading branch information
nambrot committed Jun 19, 2019
2 parents f0f8599 + fb9a5bd commit 6dd4b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ethereum_jsonrpc/lib/ethereum_jsonrpc/block.ex
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ defmodule EthereumJSONRPC.Block do
# `t:EthereumJSONRPC.address/0` and `t:EthereumJSONRPC.hash/0` pass through as `Explorer.Chain` can verify correct
# hash format
defp entry_to_elixir({key, _} = entry)
when key in ~w(author extraData hash logsBloom miner mixHash nonce parentHash receiptsRoot sealFields sha3Uncles
when key in ~w(author extraData hash logsBloom miner mixHash nonce parentHash randomness receiptsRoot sealFields sha3Uncles
signature stateRoot step transactionsRoot uncles),
do: entry

Expand Down

0 comments on commit 6dd4b41

Please sign in to comment.