-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: {'code': -32000, 'message': 'transaction type not supported'} #2222
Comments
Well, I solved the issue by changing transaction values from
to
the documentation says
and the provided example doesn't use gasPrice value
But it doesn't work in this manner ( |
@mzaprudin Thanks for reaching out. It's important to note that the module these methods exist within is the It looks like you are connecting to BSC which does not support a |
@mzaprudin @fselmo first of all thanks for this thread. @fselmo may i propose to include your response as a note at https://web3py.readthedocs.io/en/stable/web3.eth.html#web3.eth.Eth.send_raw_transaction as this is highly useful information. |
Hey @061official. This is good feedback.I think it's pretty explicit that the We made a note to add a bit better messaging in general to the docs, rather than to the |
pip freeze
outputWhat was wrong?
I'm trying to send some BNB from one account to another in Binanse Smart Chain but I get 'transaction type not supported' error message.
The text was updated successfully, but these errors were encountered: