Add eth_getBlockReceipts to rpcdaemon README (#1755)

* Add eth_getBlockReceipts to rpcdaemon README
This commit is contained in:
Chase Wright 2021-04-19 16:58:21 -05:00 committed by GitHub
parent 17c07c50a5
commit 9e0d9625a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,7 @@ The following table shows the current implementation status of turbo-geth's RPC
| eth_getTransactionByBlockHashAndIndex | Yes | |
| eth_getTransactionByBlockNumberAndIndex | Yes | |
| eth_getTransactionReceipt | Yes | |
| eth_getBlockReceipts | Yes | |
| | | |
| eth_estimateGas | Yes | |
| eth_getBalance | Yes | |