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