diff --git a/wallet/src/cli/account.rs b/wallet/src/cli/account.rs index 58e19847..47a8c56e 100644 --- a/wallet/src/cli/account.rs +++ b/wallet/src/cli/account.rs @@ -288,7 +288,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);