Skip to content

Commit

Permalink
Fix: Update Paroty JSON RPC doc link
Browse files Browse the repository at this point in the history
* Retrigger Parity 2.7.2 build
  • Loading branch information
vshatravenko committed Dec 15, 2020
1 parent 9650dbc commit 0e15858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ To get account balance:
curl --data '{"method":"eth_getBalance","params":["*account_address*"],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545
```

Feel free to check [Parity JSON RPC API](https://wiki.parity.io/JSONRPC) for more calls.
Feel free to check [Parity JSON RPC API](https://openethereum.github.io/JSONRPC) for more calls.

0 comments on commit 0e15858

Please sign in to comment.