capitalization

This commit is contained in:
Dave Hrycyszyn
2019-12-19 15:47:44 +00:00
parent d5646515e1
commit 3a8ce3d3d9
+1 -1
View File
@@ -205,7 +205,7 @@ impl NymClient {
}
pub fn start(self) -> Result<(), Box<dyn std::error::Error>> {
println!("starting nym client");
println!("Starting nym client");
let mut rt = Runtime::new()?;
let topology = get_topology(self.is_local);