docs: update static file documentation (#6878)

This commit is contained in:
joshieDo
2024-03-06 18:24:02 +00:00
committed by GitHub
parent bd01fd81a5
commit 914b1657d9
7 changed files with 105 additions and 73 deletions

View File

@ -34,7 +34,7 @@ mod provider;
pub use provider::{DatabaseProvider, DatabaseProviderRO, DatabaseProviderRW};
use reth_db::mdbx::DatabaseArguments;
/// A common provider that fetches data from a database.
/// A common provider that fetches data from a database or static file.
///
/// This provider implements most provider or provider factory traits.
#[derive(Debug, Clone)]