Skip to content

Commit

Permalink
add node name
Browse files Browse the repository at this point in the history
  • Loading branch information
tuminfei committed Nov 11, 2020
1 parent 454a8bb commit 79664ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pub fn run() -> sc_cli::Result<()> {
info!(" \\____/|_| |_|_| /_/ \\_\\_| \\__|___/ \\_____|_| |_|\\__,_|_|_| |_|");
info!(" ");
info!(" ");

info!(" by Uni-Arts Network, 2018-2020");
runner.run_node_until_exit(|config| match config.role {
Role::Light => service::new_light(config),
_ => service::new_full(config),
Expand Down

0 comments on commit 79664ea

Please sign in to comment.