From 9b6b0ab7d21ffd4494d83bf6b7e091802fd5452c Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 2 Jan 2023 10:42:27 -0800 Subject: [PATCH] remove extra brace --- web3_proxy/src/rpcs/connections.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web3_proxy/src/rpcs/connections.rs b/web3_proxy/src/rpcs/connections.rs index 53dc6e36..a627b88b 100644 --- a/web3_proxy/src/rpcs/connections.rs +++ b/web3_proxy/src/rpcs/connections.rs @@ -573,8 +573,7 @@ impl Web3Connections { continue; } } else if connection.syncing() { - continue; - } + continue; } // check rate limits and increment our connection counter