Permit paying oneself (#10337) (#10342)

automerge
This commit is contained in:
mergify[bot]
2020-05-31 08:50:42 -07:00
committed by GitHub
parent 1964c6ec29
commit 94ba700e58
4 changed files with 75 additions and 123 deletions

View File

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