mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-27 16:18:08 -05:00
fix: correctly set sync gap (#16695)
This commit is contained in:
@@ -224,6 +224,7 @@ where
|
||||
"Target block already reached"
|
||||
);
|
||||
self.is_etl_ready = true;
|
||||
self.sync_gap = Some(gap);
|
||||
return Poll::Ready(Ok(()))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user