-
Notifications
You must be signed in to change notification settings - Fork 289
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
Solana Transaction Error #419
Comments
I have the same problem. It looks like a bug..? I use the following versions of solders and solana:
and python version 3.11.4 Did you find a solution? |
this is not a bug because using a Solders legacy Transaction in send_transaction isn't supported, but it is confusing so we are considering removing the solana-py Transaction class entirely to avoid this confusion #442 |
Should be fixed in 0.35.0 |
I have the same issue with inner_instructions. |
@adiyanai1 can you make sure you're using a solders transaction? |
I have this error while trying to create a python code to do solana transfer
' ' '
Python
' ' '
i am referred to /solana/rpc/api.py
The text was updated successfully, but these errors were encountered: