mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
code review findings
This commit is contained in:
@ -286,7 +286,7 @@ impl BlockIngest {
|
||||
self.start_local_ingest_loop(height, current_block_timestamp).await;
|
||||
|
||||
loop {
|
||||
let Some(original_block) = self.collect_block(head).await else {
|
||||
let Some(original_block) = self.collect_block(height).await else {
|
||||
tokio::time::sleep(std::time::Duration::from_millis(25)).await;
|
||||
continue;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user