You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
web3.eth.get_transaction(hash)
will raise a web3.exceptions.TransactionNotFound error if the transaction for the hash is not found but the documentation says that the function will return None in this case.
How can it be fixed?
Update the documentation to reflect the actual behaviour
The text was updated successfully, but these errors were encountered:
pip freeze
outputWhat was wrong?
web3.eth.get_transaction(hash)
will raise a
web3.exceptions.TransactionNotFound
error if the transaction for the hash is not found but the documentation says that the function will returnNone
in this case.How can it be fixed?
Update the documentation to reflect the actual behaviour
The text was updated successfully, but these errors were encountered: