mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
Tidy some CLI stuff. (#7227)
Co-authored-by: Gav Wood <gavin@parity.io>
This commit is contained in:
@@ -48,7 +48,7 @@ async fn start_inner(chain_spec: Option<String>, log_level: String) -> Result<Cl
|
||||
info!("✌️ version {}", config.impl_version);
|
||||
info!("❤️ by Parity Technologies, 2017-2020");
|
||||
info!("📋 Chain specification: {}", config.chain_spec.name());
|
||||
info!("🏷 Node name: {}", config.network.node_name);
|
||||
info!("🏷 Node name: {}", config.network.node_name);
|
||||
info!("👤 Role: {:?}", config.role);
|
||||
|
||||
// Create the service. This is the most heavy initialization step.
|
||||
|
||||
Reference in New Issue
Block a user