Skip to content

Commit

Permalink
Merge branch 'testnet2' into feat/update-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu authored Dec 18, 2021
2 parents a19383d + 6c27ecf commit 2207ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl Node {
}
_ => {
println!("{}", crate::display::welcome_message());
println!("Starting a client node on {}.", N::NETWORK_NAME);
println!("Starting a {} node on {}.", E::NODE_TYPE, N::NETWORK_NAME);
println!("{}", crate::display::notification_message::<N>(None));
None
}
Expand Down

0 comments on commit 2207ef8

Please sign in to comment.