From fffd645acf7c3b4ec7c03f91568d9ad0d3cfb145 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 14 Apr 2023 02:10:49 -0700 Subject: [PATCH] remove copypasta comment --- web3_proxy/src/app/mod.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web3_proxy/src/app/mod.rs b/web3_proxy/src/app/mod.rs index 57e64b2d..6651bffa 100644 --- a/web3_proxy/src/app/mod.rs +++ b/web3_proxy/src/app/mod.rs @@ -715,10 +715,6 @@ impl Web3ProxyApp { 0, pending_transactions.clone(), None, - // subscribing to new heads here won't work well. if they are fast, they might be ahead of balanced_rpcs - // they also often have low rate limits - // however, they are well connected to miners/validators. so maybe using them as a safety check would be good - // TODO: but maybe we could include privates in the "backup" tier None, ) .await