Merge 740be553829d40b9f8735c4bd74d328268ff033d into 1d09afd9e004953a7218fe02d4e897cc45c67465

This commit is contained in:
fryorcraken 2026-01-06 03:14:31 +00:00 committed by GitHub
commit 805ffa14da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)