mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +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))
|
.ok_or(Error::ShuffleIndexOutOfBounds(index))
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: check this implementation
|
|
||||||
/// Convenience accessor for the `execution_payload_header` as an `ExecutionPayloadHeaderRef`.
|
/// Convenience accessor for the `execution_payload_header` as an `ExecutionPayloadHeaderRef`.
|
||||||
pub fn latest_execution_payload_header(&self) -> Result<ExecutionPayloadHeaderRef<T>, Error> {
|
pub fn latest_execution_payload_header(&self) -> Result<ExecutionPayloadHeaderRef<T>, Error> {
|
||||||
match self {
|
match self {
|
||||||
|
|||||||
Reference in New Issue
Block a user