mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-04-04 15:35:18 +00:00
update next tx seq
This commit is contained in:
parent
0734ec9886
commit
e75f58c1ee
@ -427,6 +427,7 @@ impl LogSyncManager {
|
|||||||
&executor_clone,
|
&executor_clone,
|
||||||
Duration::from_millis(self.config.recover_query_delay),
|
Duration::from_millis(self.config.recover_query_delay),
|
||||||
);
|
);
|
||||||
|
self.next_tx_seq = self.store.next_tx_seq();
|
||||||
self.handle_data(recover_rx).await?;
|
self.handle_data(recover_rx).await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -437,6 +438,7 @@ impl LogSyncManager {
|
|||||||
self.config.default_finalized_block_count,
|
self.config.default_finalized_block_count,
|
||||||
self.config.remove_finalized_block_interval_minutes,
|
self.config.remove_finalized_block_interval_minutes,
|
||||||
);
|
);
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user