Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Update RPC method anchor links to eth.wiki (MetaMask#235)
Browse files Browse the repository at this point in the history
I haven't tested this in other browsers but in Brave, https://eth.wiki/json-rpc/API#eth_sendTransaction does not jump to the correct section on the eth.wiki page, whereas https://eth.wiki/json-rpc/API#eth_sendtransaction does. Therefore I updated some of the links to lowercase to fix that problem.
  • Loading branch information
johnrees authored Mar 20, 2021
1 parent 0154a2b commit 988632f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/rpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Important methods from this API include:

- [`eth_accounts`](https://eth.wiki/json-rpc/API#eth_accounts)
- [`eth_call`](https://eth.wiki/json-rpc/API#eth_call)
- [`eth_getBalance`](https://eth.wiki/json-rpc/API#eth_getBalance)
- [`eth_sendTransaction`](https://eth.wiki/json-rpc/API#eth_sendTransaction)
- [`eth_getBalance`](https://eth.wiki/json-rpc/API#eth_getbalance)
- [`eth_sendTransaction`](https://eth.wiki/json-rpc/API#eth_sendtransaction)
- [`eth_sign`](https://eth.wiki/json-rpc/API#eth_sign)

## Permissions
Expand Down

0 comments on commit 988632f

Please sign in to comment.