From fd3b582422c54aa8ae787477d31ae74ddd333a69 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 23 Nov 2023 00:24:54 -0400 Subject: [PATCH] todo --- web3_proxy/src/rpcs/consensus.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/web3_proxy/src/rpcs/consensus.rs b/web3_proxy/src/rpcs/consensus.rs index cfc83e8b..e7c1129c 100644 --- a/web3_proxy/src/rpcs/consensus.rs +++ b/web3_proxy/src/rpcs/consensus.rs @@ -998,6 +998,7 @@ impl RpcsForRequest { } // if we got this far, no inner or outer rpcs are ready. thats suprising since an inner should have been ready. maybe it got rate limited + // TODO: log block needed and such warn!(?earliest_retry_at, num_waits=%wait_for_sync.len(), %tried, %opened, "no rpcs ready"); let min_wait_until = Instant::now() + Duration::from_millis(10);