From d6e5afd5c6f73c955826b74db23e775bd7a3225d Mon Sep 17 00:00:00 2001 From: Steve Perkins Date: Thu, 8 Feb 2024 12:22:21 -0500 Subject: [PATCH] openresty config --- packages/discovery-provider/nginx_conf/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discovery-provider/nginx_conf/main.lua b/packages/discovery-provider/nginx_conf/main.lua index e2663f8b8b5..d2ed29a2aa3 100644 --- a/packages/discovery-provider/nginx_conf/main.lua +++ b/packages/discovery-provider/nginx_conf/main.lua @@ -270,7 +270,7 @@ function _M.validate_nethermind_rpc_request () if body.method == "eth_sendRawTransaction" or body.method == "eth_sendTransaction" then ngx.log(ngx.WARN, "WOULD_BLOCK: ", data) - -- is_ok = false + is_ok = false end if not is_ok then