mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-04-04 15:35:18 +00:00
format code
This commit is contained in:
parent
f0c7728c38
commit
ab474551a4
@ -29,6 +29,10 @@ use std::sync::Arc;
|
||||
use std::time::Instant;
|
||||
use tracing::{debug, error, info, instrument, trace, warn};
|
||||
|
||||
use crate::log_store::metrics;
|
||||
use crate::log_store::tx_store::BlockHashAndSubmissionIndex;
|
||||
use crate::log_store::{FlowSeal, MineLoadChunk, SealAnswer, SealTask};
|
||||
|
||||
/// 256 Bytes
|
||||
pub const ENTRY_SIZE: usize = 256;
|
||||
/// 1024 Entries.
|
||||
|
@ -15,8 +15,8 @@ pub mod config;
|
||||
mod flow_store;
|
||||
mod load_chunk;
|
||||
pub mod log_manager;
|
||||
mod seal_task_manager;
|
||||
mod metrics;
|
||||
mod seal_task_manager;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
pub mod tx_store;
|
||||
|
Loading…
Reference in New Issue
Block a user