Fix typo.
This commit is contained in:
parent
f4d5c7b48e
commit
56c705968b
@ -138,8 +138,8 @@ impl<C, S, A, M, EM> EthClient<C, S, A, M, EM>
|
|||||||
gas_limit: uncle.gas_limit,
|
gas_limit: uncle.gas_limit,
|
||||||
logs_bloom: uncle.log_bloom,
|
logs_bloom: uncle.log_bloom,
|
||||||
timestamp: U256::from(uncle.timestamp),
|
timestamp: U256::from(uncle.timestamp),
|
||||||
difficulty: uncle.difficulty + parent_difficulty,
|
difficulty: uncle.difficulty,
|
||||||
total_difficulty: uncle.difficulty,
|
total_difficulty: uncle.difficulty + parent_difficulty,
|
||||||
receipts_root: uncle.receipts_root,
|
receipts_root: uncle.receipts_root,
|
||||||
extra_data: Bytes::new(uncle.extra_data),
|
extra_data: Bytes::new(uncle.extra_data),
|
||||||
seal_fields: uncle.seal.into_iter().map(Bytes::new).collect(),
|
seal_fields: uncle.seal.into_iter().map(Bytes::new).collect(),
|
||||||
|
Loading…
Reference in New Issue
Block a user