mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Remove extraneous clone
This commit is contained in:
parent
f6bbc6c89e
commit
21fd56d4d3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ where
|
|||
let FullDeps { client, pool, deny_unsafe } = deps;
|
||||
|
||||
module.merge(System::new(client.clone(), pool, deny_unsafe).into_rpc())?;
|
||||
module.merge(TransactionPayment::new(client.clone()).into_rpc())?;
|
||||
module.merge(TransactionPayment::new(client).into_rpc())?;
|
||||
|
||||
Ok(module)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue