We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4051e1f commit 383ee34Copy full SHA for 383ee34
docs/web3.eth.rst
@@ -418,8 +418,7 @@ The following methods are available on the ``web3.eth`` namespace.
418
.. doctest::
419
420
>>> from web3.auto import w3
421
- # not yet mined
422
- >>> w3.eth.getTransactionReceipt('0xf5fb3ce9c0fce91dd3d112c2ab63f9d1800f6f70667d0c4481fd72d573e12345') # doctest: +SKIP
+ >>> w3.eth.getTransactionReceipt('0xf5fb3ce9c0fce91dd3d112c2ab63f9d1800f6f70667d0c4481fd72d573e12345') # not yet mined # doctest: +SKIP
423
None
424
# wait for it to be mined....
425
>>> w3.eth.getTransactionReceipt('0xf5fb3ce9c0fce91dd3d112c2ab63f9d1800f6f70667d0c4481fd72d573e5c315')
0 commit comments