mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
heze block prod
This commit is contained in:
@@ -544,7 +544,11 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
| BeaconState::Capella(_)
|
||||
| BeaconState::Deneb(_)
|
||||
| BeaconState::Electra(_)
|
||||
| BeaconState::Fulu(_)
|
||||
| BeaconState::Fulu(_) => {
|
||||
return Err(BlockProductionError::GloasNotImplemented(
|
||||
"complete_partial_beacon_block_gloas called with pre-Gloas state".to_owned(),
|
||||
));
|
||||
},
|
||||
BeaconState::Gloas(_) => BeaconBlock::Gloas(BeaconBlockGloas {
|
||||
slot,
|
||||
proposer_index,
|
||||
|
||||
Reference in New Issue
Block a user