Skip to content

Commit

Permalink
Remove outdated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Aug 27, 2024
1 parent bb15a96 commit 4a21b1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/services/relayer/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,7 @@ where
)
})?
.into_iter()
.map(|url| {
// TODO: Does this handle https?
WeightedProvider::new(Http::new(url))
});
.map(|url| WeightedProvider::new(Http::new(url)));

let eth_node = Provider::new(QuorumProvider::new(Quorum::Majority, urls));
let retry_on_error = true;
Expand Down

0 comments on commit 4a21b1f

Please sign in to comment.