mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 06:38:12 -05:00
cli: Fix amount param type (change from u64 to f64).
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user