Skip to content

Commit

Permalink
feat(jstzd): implement OctezNode health check
Browse files Browse the repository at this point in the history
  • Loading branch information
huancheng-trili committed Sep 24, 2024
1 parent fe399c4 commit ce232e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jstzd/src/task/octez_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ impl Task for OctezNode {
inner: Some(
node.run(
&File::create(&config.log_file)?,
&config
config
.options
.iter()
.map(|s| s as &str)
Expand Down

0 comments on commit ce232e9

Please sign in to comment.