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

Commit

Permalink
Update client/cli/src/runner.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
  • Loading branch information
cecton and bkchr authored Apr 6, 2020
1 parent 75d7dd7 commit d8e765b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cli/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl<C: SubstrateCli> Runner<C> {
"❤️ by {}, {}-{}",
C::author(),
C::copyright_start_year(),
Local::today().year()
Local::today().year(),
);
info!("📋 Chain specification: {}", self.config.chain_spec.name());
info!("🏷 Node name: {}", self.config.network.node_name);
Expand Down

0 comments on commit d8e765b

Please sign in to comment.