eth_pollSubscriptions is not supported

This commit is contained in:
Bryan Stitt 2023-02-01 13:56:43 -08:00
parent 0fcff5947a
commit 414501fb57

@ -1132,6 +1132,7 @@ impl Web3ProxyApp {
| "eth_newBlockFilter" | "eth_newBlockFilter"
| "eth_newFilter" | "eth_newFilter"
| "eth_newPendingTransactionFilter" | "eth_newPendingTransactionFilter"
| "eth_pollSubscriptions"
| "eth_uninstallFilter") => { | "eth_uninstallFilter") => {
// TODO: unsupported command stat // TODO: unsupported command stat
// TODO: what error code? // TODO: what error code?