From fcad6bd7a7d0e67831ff3b385ae45da7a04962cb Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Sat, 18 Feb 2023 16:12:27 +1100 Subject: [PATCH] Remove TODO The method LGTM --- consensus/types/src/beacon_state.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/consensus/types/src/beacon_state.rs b/consensus/types/src/beacon_state.rs index e70b884275..c98df48d14 100644 --- a/consensus/types/src/beacon_state.rs +++ b/consensus/types/src/beacon_state.rs @@ -710,7 +710,6 @@ impl BeaconState { .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, Error> { match self {