mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 18:32:42 +00:00
Add concept of beacon node configuration TOML
This commit is contained in:
@@ -8,7 +8,7 @@ use std::path::PathBuf;
|
||||
/// The core configuration of a Lighthouse beacon node.
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct ClientConfig {
|
||||
data_dir: String,
|
||||
pub data_dir: String,
|
||||
pub spec: String,
|
||||
pub db_type: String,
|
||||
db_name: String,
|
||||
|
||||
Reference in New Issue
Block a user