Skip to content

Commit 32c7677

Browse files
committed
Fix doctest failure: fix erc20 contract totalSupply result
1 parent 00c8e8d commit 32c7677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Fetch various data about the current state of the ERC20 contract.
343343
>>> erc20.functions.decimals().call()
344344
0
345345
>>> erc20.functions.totalSupply().call()
346-
2038
346+
2039
347347

348348
Get the balance of an account address.
349349

0 commit comments

Comments
 (0)