Skip to content

Commit

Permalink
fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
lmittmann committed Aug 21, 2024
1 parent cd96494 commit b3891b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/rpc-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Make a single HTTP request that calls two RPC methods.

```go
var (
balance big.Int
balance *big.Int
nonce uint64
)
if err := client.Call(
Expand Down

0 comments on commit b3891b8

Please sign in to comment.