mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
Clone state ahead of block production (#4925)
* Clone state ahead of block production * Add pruning and fix logging * Don't hold 2 states in mem
This commit is contained in:
@@ -925,6 +925,7 @@ where
|
||||
.map_err(|e| format!("Error initializing DataAvailabiltyChecker: {:?}", e))?,
|
||||
),
|
||||
kzg,
|
||||
block_production_state: Arc::new(Mutex::new(None)),
|
||||
};
|
||||
|
||||
let head = beacon_chain.head_snapshot();
|
||||
|
||||
Reference in New Issue
Block a user