Replies: 1 comment
-
Hello @m090009 Please give a look to #980 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform: Windows
Web3 version: 5.12.2
Python: Python 3.7.1
Hi there, everything is working fine, however, when I go to sign my transaction a weird error appears in this line
tx_hash = w3.eth.send_raw_transaction(signed_txn.rawTransaction)
** File "deploy.py", line 68, in
tx_hash = w3.eth.send_raw_transaction(signed_txn.rawTransaction)
AttributeError: 'Eth' object has no attribute 'send_raw_transaction'**
which means that the web3.eth doesn't have the method
send_raw_transaction
I reinstalled web3, installed an earlier version, but to no avail
Beta Was this translation helpful? Give feedback.
All reactions