mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-08-01 12:51:28 +00:00
Compiler warnings
This commit is contained in:
@@ -232,7 +232,7 @@ impl Command for SendCommand {
|
||||
let value = match args[1].parse::<u64>() {
|
||||
Ok(amt) => amt,
|
||||
Err(e) => {
|
||||
return format!("Couldn't parse amount: {}", e);;
|
||||
return format!("Couldn't parse amount: {}", e);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user