Skip to content

Commit

Permalink
Corrected eth_gasPrice documentation where it mistakenly said eth_get…
Browse files Browse the repository at this point in the history
…GasPrice

- closes #1869
  • Loading branch information
maxconway committed Jan 10, 2025
1 parent b80319b commit 4dfff30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/api/eth/eth_gasPrice.doc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Title

eth_getGasPrice
eth_gasPrice

# Keywords

Expand Down Expand Up @@ -34,5 +34,3 @@ curl -d '{
| `jsonrpc` | string | Required | `"2.0"` |
| `method` | string | Required | `"eth_gasPrice"` |
| `params` | empty | Optional | `[]` if present |


0 comments on commit 4dfff30

Please sign in to comment.