Skip to content

Commit

Permalink
modify arguments for sequencer and prover config path (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
exeokan authored Oct 15, 2024
1 parent d3b6daf commit 72a77f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl<C: Config + LogPathProvider> Node<C> {
kind => kind.to_string(),
};
Ok(vec![
format!("--{node_kind_str}-config-path"),
format!("--{node_kind_str}"),
config_path.display().to_string(),
])
})
Expand Down

0 comments on commit 72a77f0

Please sign in to comment.