Skip to content

Commit

Permalink
Add missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Dec 11, 2023
1 parent 62dd6c2 commit bd7b194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/humanode-peer/src/service/frontier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use super::{FrontierBackend, FullClient};
use crate::configuration::{EthereumRpc, FrontierBackendType};

/// Create frontier dir.
pub fn db_config_dir(config: &sc_service::Configuration) -> std::path::PathBuf {
fn db_config_dir(config: &sc_service::Configuration) -> std::path::PathBuf {
config
.base_path
.as_ref()
Expand All @@ -23,6 +23,7 @@ pub fn db_config_dir(config: &sc_service::Configuration) -> std::path::PathBuf {
})
}

/// Create frontier backend.
pub fn frontier_backend(
config: &Configuration,
client: Arc<FullClient>,
Expand Down

0 comments on commit bd7b194

Please sign in to comment.