Skip to content

Commit 1d1d02c

Browse files
committed
Avoid normalizing --to
1 parent 5af58f6 commit 1d1d02c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: node/src/bin/space-cli.rs

-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ async fn handle_commands(cli: &SpaceCli, command: Commands) -> std::result::Resu
388388
})), None, fee_rate).await?
389389
}
390390
Commands::SendCoins { amount, mut to, fee_rate } => {
391-
to = normalize_space(&to);
392391
cli.send_request(Some(RpcWalletRequest::SendCoins(SendCoinsParams {
393392
amount: Amount::from_sat(amount),
394393
to,

0 commit comments

Comments
 (0)