mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Remove TODO
The method LGTM
This commit is contained in:
@@ -710,7 +710,6 @@ impl<T: EthSpec> BeaconState<T> {
|
||||
.ok_or(Error::ShuffleIndexOutOfBounds(index))
|
||||
}
|
||||
|
||||
// TODO: check this implementation
|
||||
/// Convenience accessor for the `execution_payload_header` as an `ExecutionPayloadHeaderRef`.
|
||||
pub fn latest_execution_payload_header(&self) -> Result<ExecutionPayloadHeaderRef<T>, Error> {
|
||||
match self {
|
||||
|
||||
Reference in New Issue
Block a user