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