Skip to content

Commit

Permalink
chore: code review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Tuomas Mäkinen <[email protected]>
  • Loading branch information
zeapoz and tuommaki authored Dec 21, 2023
1 parent 56d0ae0 commit 2c08dc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions state-reconstruct-fetcher/src/types/v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()));
Expand Down

0 comments on commit 2c08dc0

Please sign in to comment.