diff --git a/wallet/src/cli/account.rs b/wallet/src/cli/account.rs index 608ddc85..21e59366 100644 --- a/wallet/src/cli/account.rs +++ b/wallet/src/cli/account.rs @@ -342,7 +342,7 @@ impl WalletSubcommand for AccountSubcommand { .iter() .map(|(id, chain_index)| format!("{chain_index} Private/{id}")), ) - .format(",\n"); + .format("\n"); println!("{accounts}"); return Ok(SubcommandReturnValue::Empty);