mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-29 22:51:03 +00:00
A couple spaces where emojis were improperly laid out (#959)
* Fixes for democracy using Scheduler * Revert branch change * Emojis
This commit is contained in:
@@ -42,7 +42,7 @@ async fn start_inner(chain_spec: String, log_level: String) -> Result<Client, Bo
|
||||
info!(" version {}", config.full_version());
|
||||
info!(" by Parity Technologies, 2017-2020");
|
||||
info!("📋 Chain specification: {}", config.expect_chain_spec().name());
|
||||
info!("🏷 Node name: {}", config.name);
|
||||
info!("🏷 Node name: {}", config.name);
|
||||
info!("👤 Roles: {}", config.roles);
|
||||
|
||||
// Create the service. This is the most heavy initialization step.
|
||||
|
||||
Reference in New Issue
Block a user