Skip to content

Commit

Permalink
update deps and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed Sep 14, 2023
1 parent 6ded468 commit 33247b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions crates/relayer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ webb = { workspace = true }
# Used by ethers (but we need it to be vendored with the lib).
native-tls = { workspace = true }
ethereum-types = { workspace = true }
jsonrpsee = { workspace = true, features = ["macros",
"ws-client",
"http-client"]}
jsonrpsee = { workspace = true, features = ["macros","ws-client"]}
http = "0.2.9"
subxt-signer = { workspace = true }
tiny-bip39 = "1.0.0"
3 changes: 2 additions & 1 deletion crates/tx-queue/src/substrate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ mod tests {
};
let store = webb_relayer_store::SledStore::temporary()?;
let context =
webb_relayer_context::RelayerContext::new(config, store.clone()).await?;
webb_relayer_context::RelayerContext::new(config, store.clone())
.await?;
let client = context
.substrate_provider::<TangleRuntimeConfig, _>(chain_id)
.await?;
Expand Down

0 comments on commit 33247b2

Please sign in to comment.