Skip to content

Commit

Permalink
fix unicorn token example flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam authored and robert committed Dec 13, 2018
1 parent 6396f15 commit 3b20479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ Fetch various data about the current state of the ERC20 contract.
'🦄'
>>> erc20.functions.decimals().call()
0
>>> erc20.functions.totalSupply().call()
2040
>>> total_supply = erc20.functions.totalSupply().call()
>>> assert total_supply > 2040

Get the balance of an account address.

Expand Down

0 comments on commit 3b20479

Please sign in to comment.