-
Notifications
You must be signed in to change notification settings - Fork 278
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
Transaction failed to sanitize accounts offsets correctly on SPL transfer #453
Comments
My need is able to sign with multiple wallets. transaction.sign(signer_keypairs, blockhash.blockhash) makes it easy to sign whereas send_transaction() not sure, therefore send_raw_transaction being working is needed |
@neochine should be fixed in 0.35.0 |
Hey, this issue is still there in solana==0.35.0
@michaelhly
|
Is your SPL token created from the 2022 token program? |
I havent tested token 2022 program yet. Currently testing '3CqfBkrmRsK3uXZaxktvTeeBkJp4yeFKs4mUi2jhKExz' in devnet. Errors out at send_spl_to_single with send_raw_transaction uncommented but passes with send_raw_transaction commented and send_transaction uncommented
|
This is send_solana_to_single(). It works with solder + raw
I implement similar for spl
It works when I use retryable_send_transaction. I am doing it in devnet
but when i use retryable_send_raw_transaction
I get
The text was updated successfully, but these errors were encountered: