fix merge

This commit is contained in:
Sergio Chouhy 2026-01-14 23:45:58 -03:00
parent 26806daedc
commit 3dbe31501c
2 changed files with 1 additions and 10 deletions

View File

@ -67,12 +67,3 @@ impl SequencerConfig {
Ok(serde_json::from_reader(reader)?)
}
}
impl SequencerConfig {
pub fn from_path(config_home: &Path) -> Result<SequencerConfig> {
let file = File::open(config_home)?;
let reader = BufReader::new(file);
Ok(serde_json::from_reader(reader)?)
}
}

View File

@ -157,6 +157,6 @@
],
"bedrock_config": {
"channel_id": [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],
"node_url": "http://localhost:34485"
"node_url": "http://localhost:45403"
}
}