mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-11 05:39:03 +00:00
getting-started: fix typo (#25083)
This commit is contained in:
parent
c57e3788b5
commit
764040e692
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue