skip some wallet_ methods

This commit is contained in:
Bryan Stitt 2023-11-08 11:16:24 -08:00
parent c22640d3f2
commit 6c8d11c005

View File

@ -1411,7 +1411,10 @@ impl App {
| "shh_newIdentity" | "shh_newIdentity"
| "shh_post" | "shh_post"
| "shh_uninstallFilter" | "shh_uninstallFilter"
| "shh_version") => { | "shh_version"
| "wallet_getEthereumChains"
| "wallet_getSnaps"
| "wallet_requestSnaps") => {
return Err(Web3ProxyError::MethodNotFound(method.to_owned().into())); return Err(Web3ProxyError::MethodNotFound(method.to_owned().into()));
} }
// TODO: implement these commands // TODO: implement these commands