From 8249b0aefe4fc1553b2deb5a952437651ee4f7a6 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 7 Jun 2023 11:18:36 -0700 Subject: [PATCH] cache isnt on main yet --- web3_proxy/src/frontend/status.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/web3_proxy/src/frontend/status.rs b/web3_proxy/src/frontend/status.rs index 46d4af15..02804f8c 100644 --- a/web3_proxy/src/frontend/status.rs +++ b/web3_proxy/src/frontend/status.rs @@ -142,7 +142,6 @@ async fn _status(app: Arc) -> (StatusCode, &'static str, Bytes) { "jsonrpc_response_cache": app.jsonrpc_response_cache, "private_rpcs": app.private_rpcs, "rpc_secret_key_cache": app.rpc_secret_key_cache, - "user_balance_cache": app.user_balance_cache, "version": APP_USER_AGENT, });