mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-26 00:16:18 +00:00
## Why this should be merged Currently, `eth_close` is being registered as an available RPC due to `Close` being an exported function on the `FilterAPI`. ## How this works Converts the method to a function that takes in the API. ## How this was tested Updated unit test. |
||
|---|---|---|
| .. | ||
| api.go | ||
| api.libevm.go | ||
| api.libevm_test.go | ||
| api_test.go | ||
| bench_test.go | ||
| filter.go | ||
| filter_system.go | ||
| filter_system_test.go | ||
| filter_test.go | ||