Remove redundant clone (#31690)

This commit is contained in:
Tyera 2023-05-17 06:32:02 -06:00 committed by GitHub
parent 6de581ac08
commit 929fe015c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ impl JsonRpcService {
receiver,
&connection_cache,
send_transaction_service_config,
exit.clone(),
exit,
));
#[cfg(test)]