From 0e1585896d47bc88c787c9c1b09da3397de9f17b Mon Sep 17 00:00:00 2001 From: Valentine Shatravenko Date: Tue, 15 Dec 2020 18:35:00 +0200 Subject: [PATCH] Fix: Update Paroty JSON RPC doc link * Retrigger Parity 2.7.2 build --- parity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parity/README.md b/parity/README.md index e12f4e8..cbd980f 100644 --- a/parity/README.md +++ b/parity/README.md @@ -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.