try a different message for method not found

This commit is contained in:
Bryan Stitt 2023-12-02 18:23:24 -08:00
parent 2b85716184
commit 1d00571295

View File

@ -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/",
})),
},
)