mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
drk: print clear message when transfer is done
This commit is contained in:
@@ -263,9 +263,9 @@ async fn start(config: &DrkConfig, options: ArgMatches<'_>) -> Result<()> {
|
||||
let address = matches.value_of("ADDRESS").unwrap();
|
||||
let amount = matches.value_of("AMOUNT").unwrap();
|
||||
|
||||
let reply = client.transfer(&token_sym, &address, amount).await?;
|
||||
client.transfer(&token_sym, &address, amount).await?;
|
||||
|
||||
println!("Transaction: {}", &reply.to_string());
|
||||
println!("Transfer successfully");
|
||||
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user