diff --git a/cli/src/cli.rs b/cli/src/cli.rs index e1847cabace9aa..307e4993c15753 100644 --- a/cli/src/cli.rs +++ b/cli/src/cli.rs @@ -1530,11 +1530,6 @@ fn process_transfer( ) -> ProcessResult { let from = config.signers[from]; - check_unique_pubkeys( - (&from.pubkey(), "cli keypair".to_string()), - (to, "to".to_string()), - )?; - let (recent_blockhash, fee_calculator) = blockhash_query.get_blockhash_and_fee_calculator(rpc_client)?;