Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Sep 25, 2024
1 parent cebd6b4 commit eb35c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/provider/src/provider/trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,6 @@ mod tests {

let reth = Reth::new().arg("--rpc.jwtsecret").arg(hex::encode(secret.as_bytes())).spawn();

println!("Reth Spawned!");
let hyper_client = Client::builder(TokioExecutor::new()).build_http::<Full<HyperBytes>>();

let service =
Expand Down

0 comments on commit eb35c02

Please sign in to comment.