We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0aefb5 commit 858ff3cCopy full SHA for 858ff3c
chain/src/bin/setup.rs
@@ -339,8 +339,9 @@ fn generate_local(
339
println!("To start validators, run:");
340
for (name, peer_config_file, _) in &configurations {
341
let path = format!("{output}/{peer_config_file}");
342
- let command =
343
- format!("cargo run --release --bin {BINARY_NAME} -- --peers={peers_path} --config={path}");
+ let command = format!(
+ "cargo run --release --bin {BINARY_NAME} -- --peers={peers_path} --config={path}"
344
+ );
345
println!("{name}: {command}");
346
}
347
println!("To view metrics, run:");
0 commit comments