From 1d005712951cc00e6e39b76e35619a2d8455ecad Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sat, 2 Dec 2023 18:23:24 -0800 Subject: [PATCH] try a different message for method not found --- web3_proxy/src/errors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3_proxy/src/errors.rs b/web3_proxy/src/errors.rs index e5d91179..a796289a 100644 --- a/web3_proxy/src/errors.rs +++ b/web3_proxy/src/errors.rs @@ -838,7 +838,7 @@ impl Web3ProxyError { code: -32601, data: Some(json!({ "method": method, - "extra": "contact us if you need this. https://discord.llamanodes.com/", + "extra": "this method is not currently supported. Come to discord and we can give you options. https://discord.llamanodes.com/", })), }, )