mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Merge branch 'develop' into tendermint
This commit is contained in:
commit
fcb9148fc9
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