mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-01 05:37:05 +00:00
Rename
This commit is contained in:
@@ -3354,11 +3354,9 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
}
|
||||
}
|
||||
// TODO(gloas) handle data column reconstruction for gloas.
|
||||
ReconstructionOutcome::Payload(_data_column_reconstruction_result) => {
|
||||
return Err(BlockError::InternalError(
|
||||
"Not yet implemented for gloas".to_owned(),
|
||||
));
|
||||
}
|
||||
ReconstructionOutcome::Payload(_data_column_reconstruction_result) => Err(
|
||||
BlockError::InternalError("Not yet implemented for gloas".to_owned()),
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user