Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update outdated information (erigontech#8906)
1. When running locally, found that these **TODO** json-rpc have been implemented. Updating these outdated information can make the document clearer. ``` curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_newBlockFilter","params":[],"id":1}' http://loca lhost:8545 {"jsonrpc":"2.0","id":1,"result":"0x02000000000000009c49b60f431cabc7"} ``` 2. [but it's easy to accomplish] Points to an obsolete message (https://github.com/ledgerwatch/erigon/blob/9b8cdc0f2289a7cef78218a15043de5bdff4465e/eth/downloader/downloader.go#L673)
- Loading branch information