From 6e77eef5ea03ad2893fa6da00785c350bc044658 Mon Sep 17 00:00:00 2001 From: Buffrr Date: Tue, 28 Jan 2025 16:00:22 +0100 Subject: [PATCH] Normalize space name with sell command --- node/src/bin/space-cli.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/src/bin/space-cli.rs b/node/src/bin/space-cli.rs index 4610a45..2287ae1 100644 --- a/node/src/bin/space-cli.rs +++ b/node/src/bin/space-cli.rs @@ -702,7 +702,8 @@ async fn handle_commands( }, cli.format ); } - Commands::Sell { space, price, } => { + Commands::Sell { mut space, price, } => { + space = normalize_space(&space); let result = cli .client .wallet_sell(