mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
test progress
This commit is contained in:
@@ -1730,6 +1730,8 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
|
||||
let head_beacon_state = self.get_state(&head_block.root, Some(head_block.slot))?;
|
||||
let Some(head_beacon_state) = head_beacon_state else {
|
||||
// TODO(focil) missing beacon state
|
||||
println!("WEVE FAILED HERE");
|
||||
return Err(Error::MissingBeaconState(head_block.root));
|
||||
};
|
||||
let duties = validator_indices
|
||||
|
||||
Reference in New Issue
Block a user