cache isnt on main yet

This commit is contained in:
Bryan Stitt 2023-06-07 11:18:36 -07:00
parent aa57dd2fcf
commit 8249b0aefe

View File

@ -142,7 +142,6 @@ async fn _status(app: Arc<Web3ProxyApp>) -> (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,
});