diff --git a/lib/src/commands.rs b/lib/src/commands.rs index c9c3e8d..fbb0d8f 100644 --- a/lib/src/commands.rs +++ b/lib/src/commands.rs @@ -127,7 +127,7 @@ struct BalanceCommand {} impl Command for BalanceCommand { fn help(&self) -> String { let mut h = vec![]; - h.push("Show the current TAZ balance in the wallet"); + h.push("Show the current ZEC balance in the wallet"); h.push("Usage:"); h.push("balance"); h.push(""); @@ -137,7 +137,7 @@ impl Command for BalanceCommand { } fn short_help(&self) -> String { - "Show the current TAZ balance in the wallet".to_string() + "Show the current ZEC balance in the wallet".to_string() } fn exec(&self, _args: &[&str], lightclient: &LightClient) -> String { @@ -206,9 +206,9 @@ struct SendCommand {} impl Command for SendCommand { fn help(&self) -> String { let mut h = vec![]; - h.push("Send TAZ to a given address"); + h.push("Send ZEC to a given address"); h.push("Usage:"); - h.push("send