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