Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 3cfaeda

Browse files
committed
Update from parent 'origin/master' (conflicts)
Commit: fb358e8 Parent branch: origin/master Forked at: 77de8b9
2 parents b0c90ce + fb358e8 commit 3cfaeda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Žcli/src/browser.rsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async fn start_inner(chain_spec: String, log_level: String) -> Result<Client, Bo
4242
info!(" version {}", config.impl_version);
4343
info!(" by Parity Technologies, 2017-2020");
4444
info!("πŸ“‹ Chain specification: {}", config.chain_spec.name());
45-
info!("🏷 Node name: {}", config.network.node_name);
45+
info!("🏷 Node name: {}", config.network.node_name);
4646
info!("πŸ‘€ Roles: {}", config.roles);
4747

4848
// Create the service. This is the most heavy initialization step.

β€Žcli/src/command.rsβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub fn run() -> Result<()> {
6464
};
6565

6666
if is_kusama {
67-
info!("β›“ Native runtime: {}", service::KusamaExecutor::native_version().runtime_version);
67+
info!("β›“ Native runtime: {}", service::KusamaExecutor::native_version().runtime_version);
6868
info!("----------------------------");
6969
info!("This chain is not in any way");
7070
info!(" endorsed by the ");
@@ -77,7 +77,7 @@ pub fn run() -> Result<()> {
7777
service::kusama_runtime::UncheckedExtrinsic,
7878
>(runtime, authority_discovery_enabled, grandpa_pause)
7979
} else {
80-
info!("β›“ Native runtime: {}", service::PolkadotExecutor::native_version().runtime_version);
80+
info!("β›“ Native runtime: {}", service::PolkadotExecutor::native_version().runtime_version);
8181

8282
run_node::<
8383
service::polkadot_runtime::RuntimeApi,

0 commit comments

Comments
Β (0)