Remove TODO

The method LGTM
This commit is contained in:
Paul Hauner
2023-02-18 16:12:27 +11:00
parent 11dc500295
commit fcad6bd7a7

View File

@@ -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 {