cli: Fix amount param type (change from u64 to f64).

This commit is contained in:
parazyd
2022-01-06 23:19:58 +01:00
parent 17644b1049
commit b006cb5a96

View File

@@ -70,7 +70,7 @@ pub enum CliDrkSubCommands {
address: String,
/// Amount to transfer
#[clap(parse(try_from_str))]
amount: u64,
amount: f64,
},
/// Deposit clear tokens for Dark tokens
Deposit {