diff --git a/src/bin/neptune-cli.rs b/src/bin/neptune-cli.rs index 6a8afdcc..35670a5e 100644 --- a/src/bin/neptune-cli.rs +++ b/src/bin/neptune-cli.rs @@ -358,7 +358,7 @@ async fn main() -> Result<()> { } Command::WalletStatus => { let wallet_status: WalletStatus = client.wallet_status(ctx).await?; - println!("{}", wallet_status) + println!("{}", serde_json::to_string_pretty(&wallet_status)?); } Command::OwnReceivingAddress => { let rec_addr: generation_address::ReceivingAddress =