mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-11-30 04:37:27 +00:00
lint
This commit is contained in:
parent
4326c48e97
commit
b5accaa82a
@ -279,9 +279,7 @@ impl FlowWrite for FlowStore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
metrics::APPEND_ENTRIES.update_since(start_time);
|
metrics::APPEND_ENTRIES.update_since(start_time);
|
||||||
let res = self.data_db.put_entry_batch_list(batch_list);
|
self.data_db.put_entry_batch_list(batch_list)
|
||||||
|
|
||||||
res
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fn truncate(&self, start_index: u64) -> crate::error::Result<()> {
|
fn truncate(&self, start_index: u64) -> crate::error::Result<()> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user