mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 14:54:45 +00:00
Update fork choice to take just. head
This commit is contained in:
@@ -10,7 +10,6 @@ pub const BEACON_CHAIN_DB_KEY: &str = "PERSISTEDBEACONCHAINPERSISTEDBEA";
|
||||
#[derive(Encode, Decode)]
|
||||
pub struct PersistedBeaconChain<T: BeaconChainTypes> {
|
||||
pub canonical_head: CheckPoint<T::EthSpec>,
|
||||
pub finalized_head: CheckPoint<T::EthSpec>,
|
||||
// TODO: operations pool.
|
||||
pub state: BeaconState<T::EthSpec>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user