diff --git a/state-reconstruct-fetcher/src/types/v2.rs b/state-reconstruct-fetcher/src/types/v2.rs index c69d131..73ac87c 100644 --- a/state-reconstruct-fetcher/src/types/v2.rs +++ b/state-reconstruct-fetcher/src/types/v2.rs @@ -244,11 +244,6 @@ impl TryFrom<&abi::Token> for ExtractedToken { )); }; - /* TODO(tuommaki): Fix the check below. - if new_l2_block_number <= latest_l2_block_number { - continue; - } - */ let abi::Token::Uint(timestamp) = block_elems[1].clone() else { return Err(ParseError::InvalidCommitBlockInfo("timestamp".to_string()));