Skip to content

Commit 82ee200

Browse files
authored
Update 03clients.asciidoc
Fixed a mistake in using GoLang version instead of Geth client version
1 parent c3f033d commit 82ee200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03clients.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ The response we receive is:
453453
"result":"Geth/v1.9.11-unstable-0b284f6c-20200123/linux-amd64/go1.13.4"}
454454
----
455455

456-
This tells us that the JSON-RPC API is being served by Geth client version 1.13.4.
456+
This tells us that the JSON-RPC API is being served by Geth client version 1.9.11.
457457

458458
Let's try something a bit more interesting. In the next example, we ask the JSON-RPC API for the current price of gas in wei:
459459

0 commit comments

Comments
 (0)