Skip to content

Commit 45007ee

Browse files
MaryNfswackerow
andauthored
Update public/content/developers/docs/apis/json-rpc/index.md
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
1 parent 65154f0 commit 45007ee

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/apis/json-rpc

1 file changed

+1
-1
lines changed

public/content/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ geth --http --dev console 2>>geth.log
16731673
16741674
This will start the HTTP RPC interface on `http://localhost:8545`.
16751675

1676-
We can verify that the interface is running by retrieving the Coinbase address(by obtaining the first address from the array of accounts) and balance using [curl](https://curl.se). Please note that data in these examples will differ on your local node. If you want to try these commands, replace the request params in the second curl request with the result returned from the first.
1676+
We can verify that the interface is running by retrieving the coinbase address (by obtaining the first address from the array of accounts) and balance using [curl](https://curl.se). Please note that data in these examples will differ on your local node. If you want to try these commands, replace the request params in the second curl request with the result returned from the first.
16771677

16781678
```bash
16791679
curl --data '{"jsonrpc":"2.0","method":"eth_accounts","params":[]", "id":1}' -H "Content-Type: application/json" localhost:8545

0 commit comments

Comments
 (0)