From ec7c8f04348d0546a6fb1ef356acbcf83bd5f626 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 27 Jun 2023 17:08:49 -0700 Subject: [PATCH] todo --- web3_proxy/src/rpcs/many.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/rpcs/many.rs b/web3_proxy/src/rpcs/many.rs index 1af95ecc..1119d1bd 100644 --- a/web3_proxy/src/rpcs/many.rs +++ b/web3_proxy/src/rpcs/many.rs @@ -664,7 +664,7 @@ impl Web3Rpcs { let mut selected_rpcs = Vec::with_capacity(max_count); - // TODO: filter the rpcs here + // TODO: filter the rpcs with Ranked.will_work_now let mut all_rpcs: Vec<_> = self.by_name.read().values().cloned().collect(); // TODO: this sorts them all even though we probably won't need all of them. think about this more