Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Aug 25, 2024
1 parent 536db9f commit c685369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kona-providers/src/blob_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl InnerBlobProvider {
}

impl LayeredBlobProvider {
/// Creates a new [InMemoryBlobProvider] with a local blob store, an online primary beacon
/// Creates a new [LayeredBlobProvider] with a local blob store, an online primary beacon
/// client and an optional fallback blob archiver for fetching blobs.
pub fn new(beacon_client_url: Url, blob_archiver_url: Option<Url>) -> Self {
let memory = Arc::new(Mutex::new(InnerBlobProvider::with_capacity(512)));
Expand Down

0 comments on commit c685369

Please sign in to comment.