mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
Revert "drk: removed annoying quotation mark code"
This commit is contained in:
@@ -266,7 +266,11 @@ async fn start(config: &DrkConfig, options: ArgMatches<'_>) -> Result<()> {
|
||||
|
||||
client.transfer(&token_sym, &address, amount).await?;
|
||||
|
||||
println!("Transfered successfully");
|
||||
println!(
|
||||
"{} {} Transfered successfully",
|
||||
amount.to_string(),
|
||||
token_sym.to_string().to_uppercase(),
|
||||
);
|
||||
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user