Remove stop_gap param from Blockchain trait setup and sync functions
This commit is contained in:
@@ -124,7 +124,6 @@ mod test {
|
||||
}
|
||||
fn setup<D: BatchDatabase, P: 'static + Progress>(
|
||||
&self,
|
||||
_stop_gap: Option<usize>,
|
||||
_database: &mut D,
|
||||
_progress_update: P,
|
||||
) -> Result<(), Error> {
|
||||
|
||||
Reference in New Issue
Block a user