From 764040e692834b379bda26623c983dbf1c710902 Mon Sep 17 00:00:00 2001 From: int88 <106391185+int88@users.noreply.github.com> Date: Tue, 14 Jun 2022 16:11:47 +0800 Subject: [PATCH] getting-started: fix typo (#25083) --- docs/_getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_getting-started/index.md b/docs/_getting-started/index.md index 0ecbd81456..86b3f3a2ca 100644 --- a/docs/_getting-started/index.md +++ b/docs/_getting-started/index.md @@ -416,7 +416,7 @@ A successful call will return a response like the one below: {"jsonrpc":"2.0","id":1,"result":"0xc7d54951f87f7c0"} ``` -The balance is in the `return` field in the returned JSON object. However, it is denominated in Wei and presented as a hexadecimal string. There are many options for converting this value to a decimal in units of ether, for example by opening a Python console and running: +The balance is in the `result` field in the returned JSON object. However, it is denominated in Wei and presented as a hexadecimal string. There are many options for converting this value to a decimal in units of ether, for example by opening a Python console and running: ```python