mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-07 18:19:51 +00:00
Refactor block gen
This commit is contained in:
@@ -107,6 +107,7 @@ pub enum BlockByNumberQuery<'a> {
|
||||
#[serde(rename_all = "camelCase")]
|
||||
pub struct ExecutionBlock {
|
||||
pub block_hash: Hash256,
|
||||
pub block_number: u64,
|
||||
pub parent_hash: Hash256,
|
||||
pub total_difficulty: Uint256,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user