add todo comment

This commit is contained in:
Bryan Stitt 2023-10-24 21:55:11 -07:00
parent 16caf1d0fe
commit 5170f5f820

View File

@ -194,6 +194,7 @@ impl Web3Rpcs {
return Ok(()); return Ok(());
} }
// TODO: should this be spawned and then we just hold onto the handle here?
let mut consensus_finder = let mut consensus_finder =
ConsensusFinder::new(Some(self.max_head_block_age), Some(self.max_head_block_lag)); ConsensusFinder::new(Some(self.max_head_block_age), Some(self.max_head_block_lag));