mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-08 02:29:33 +00:00
Add LRU cache for execution blocks
This commit is contained in:
@@ -102,7 +102,6 @@ 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