CodeChain-io / jsonrpc-filter

A proxy server that allows the only subsets of the RPCs
GNU Affero General Public License v3.0
4 stars 6 forks source link

Fix failed e2e tests #24

Closed sgkim126 closed 4 years ago

sgkim126 commented 4 years ago

This program had returned {"jsonrpc":"2.0","error":{"code":-32601,"message":"Method not found"},"id":1} for the blocked method, but now it just closes connection.