Skip to content

Commit 28b628d

Browse files
committed
Update address
1 parent 3a6fd13 commit 28b628d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ Query account balance
335335

336336
.. doctest::
337337

338-
>>> new_contract = w3.eth.contract(address=w3.eth.accounts[0], abi=json.loads(abi))
339-
>>> w3.eth.getBalance(w3.eth.accounts[0])
340-
999999999999999999350633
338+
>>> new_contract = w3.eth.contract(address='0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7', abi=json.loads(abi))
339+
>>> w3.eth.getBalance('0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7')
340+
0
341341

342342
Querying the approved spending balance for external transfers
343343
-------------------------------------------------------------

0 commit comments

Comments
 (0)