Skip to content

Commit

Permalink
fix: readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanle authored Apr 25, 2023
1 parent 7507cc2 commit c60f33e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ethAccount = masterKey.derive(network);
* Working with account

```
const address = account.toAddress();
const balance = account.getBalance();
const privkey = account.toPrivateKey();
const address = ethAccount.toAddress();
const balance = ethAccount.getBalance();
const privkey = ethAccount.toPrivateKey();
```

0 comments on commit c60f33e

Please sign in to comment.