Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from Trabing/patch-1
Browse files Browse the repository at this point in the history
Add missing word
  • Loading branch information
miguelmota authored Nov 16, 2018
2 parents b4eca36 + 25a082f commit 7dfb4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/accounts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ address := common.HexToAddress("0x71c7656ec7ab88b098defb751b7401b5f6d8976f")
fmt.Println(address.Hex()) // 0x71C7656EC7ab88b098defB751B7401B5f6d8976F
```

Pretty much you'd use this type anywhere you'd pass an ethereum address to methods from go-ethereum. Now that you the basics of accounts and addresses, let's learn how to retrieve the ETH account balance in the next section.
Pretty much you'd use this type anywhere you'd pass an ethereum address to methods from go-ethereum. Now that you know the basics of accounts and addresses, let's learn how to retrieve the ETH account balance in the next section.

---

Expand Down

0 comments on commit 7dfb4df

Please sign in to comment.