Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cernicc committed Feb 3, 2025
1 parent 3c5e0ae commit d306919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions storage-provider/server/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ fn default_retrieval_address() -> Multiaddr {
.parse()
.expect("multiaddres is correct")
}

#[derive(Debug, Clone, Deserialize, Args)]
#[group(multiple = true, conflicts_with = "config")]
#[serde(deny_unknown_fields)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl RocksDBLid {
/// * If the column families ([`PIECE_CID_TO_CURSOR_CF`],
/// [`MULTIHASH_TO_PIECE_CID_CF`], [`PIECE_CID_TO_FLAGGED_CF`],
/// [`CURSOR_TO_OFFSET_SIZE_CF`]) do not exist, they will be created.
/// * If the cursor is not initialized. It will be initialized with the 0 value.
/// * If the cursor is not initialized. It will be initialized with the 100 value.
pub fn new(config: RocksDBStateStoreConfig) -> Result<Self, LidError>
where
Self: Sized,
Expand Down

0 comments on commit d306919

Please sign in to comment.