From 62bda636b8ba649793422289da2b0a32eb059ab4 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 12 Jun 2023 16:38:57 -0700 Subject: [PATCH] return the response instead of panicing --- web3_proxy/src/app/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/app/mod.rs b/web3_proxy/src/app/mod.rs index b8388567..a9dd98b5 100644 --- a/web3_proxy/src/app/mod.rs +++ b/web3_proxy/src/app/mod.rs @@ -1502,7 +1502,7 @@ impl Web3ProxyApp { } } - todo!(); + response } "eth_syncing" => { // no stats on this. its cheap