Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
lmittmann committed Nov 2, 2023
1 parent 08a2ed8 commit 5a37c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/rpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 30,8 @@ var (
nonce uint64
)
if err := client.Call(
eth.Balance(addr, nil).To(&balance),
eth.Nonce(addr, nil).To(&nonce),
eth.Balance(addr, nil).Returns(&balance),
eth.Nonce(addr, nil).Returns(&nonce),
); err != nil {
// ...
}
Expand Down

0 comments on commit 5a37c0d

Please sign in to comment.